Displaying 20 results from an estimated 10000 matches similar to: "Add current caller to junk-callers-database"
2005 Jan 09
5
telemarketing application
Hi,
I have the following requirements I'd like to implement with asterisk:
1. Asterisk notifies interested PC's on the network that there's an
incoming call so that the telemarketing app can bring up the customer
automagically
2. If a telemarketer makes a call and the customer isn't there and they
arrange a callback, the callback is diverted to the originating
telemarketers phone
2009 Nov 06
2
Routing incoming call based on caller id
I am not that good at regex and it's use in Asterisk. I am running
Asterisk 1.4.13
Currently I have this in my extensions.conf for incoming calls on our
house phone line:
[housemenu]
exten => s,1,GotoIF($["${CALLERID(num)}" = "815xxxxxxx"]?s|12);
815xxxxxxx is our home phone number, when caller id fails or is missing
that is what is recorded.
I want to expand this
2005 Jan 27
1
CallerID for incoming SIP calls to Asterisk connected phone
Hello all,
I'm having a problem with getting incoming callerid to a lan-connected
phone.
The Asterisk server is connected to the Internet, and a Grandstream
BT101 phone on a lan interface:
INTERNET ----(eth0) Asterisk (eth1) ---- Grandstream (192.168.1.51)
The phone registers with the Asterisk server as ext 20.
I can initiate and receive calls from the Grandstream phone fine.
The
2004 Sep 15
2
Results of 13 month study on reducing telemarketing calls
Hello--
I've been playing with the privacy options on my home/home-office system
since August last year, and have some results, gleaned from my CDR
records, which over the last 13 months, number a total of 8672, which
includes incoming, as well as outgoing calls.
Before I start spitting out numbers, let me note that with the current
setup, I haven't had to tell a single telemarketer
2013 Apr 10
2
my "blacklist" is not working
In my blacklist I have: database show
...
/blacklist/Manitoba : advertising
...
[incoming]
; First, lets take care of telemarketers
exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1)
exten => 4,n,Set(goaway=${CALLERID(number):0:2})
exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1)
exten => 4,n,GotoIf($["${goaway}" = "V3"
2008 Mar 16
0
Telemarketer Torture.... (was: Re: asterisk-users Digest, Vol 44, Issue 49)
You could accept as the "passcode" the caller punching in their own
phone#, then checking that against your whitelist. Lets associates get
past the challenge when using someone else's phone, without their
remembering some arbitrary passcode.
And strangers or barred old associates who abuse it can get an earful
about how you're suing them for wire fraud. Preferably after you
2003 Dec 09
2
Telemarketer Torture
Hello--
I submitted of extensions.conf that contains my "telemarketer torture"
menus, last week sometime to the mailing list.
I got back a note from the mailing list machinery, stating that it was
too big, and would be subject to approval. No such approval came, I
guess. Either I missed it, or it didn't rate, or the moderator just
plain hasn't gotten around to it yet.
So, I
2003 Jun 12
2
Telemarketer GSM?
does anyone have a recorder GSM file that emulates the Telco's "if you are a telemarketer please hangup now" recording? I don't see one in the sounds dir. the ZapATEller works great for computerized callers but if a human hears this message asking them to go away they have to. Isn't that right?
Dave
2010 Aug 02
3
Caller ID issue
Hi list,
I'm having a problem with CallerID names not showing up when calls come
in. I have dialplan code to store the callerid(name) away and it is
blank (null). However, the voicemail variable ${VM_CALLERID} has the
name field populated. For example, here is some of the dialplan code:
2. Set(CALLER_ID_INFO_ALL=${CALLERID(all)})
3. Set(CALLER_ID_INFO_NAME=${CALLERID(name)})
4.
2007 Dec 12
3
undefined method: controller_name
With rspec 1.0.8 I have a spec in the directory:
spec/units/controllers/application_controller_spec.rb
require File.dirname(__FILE__) + ''/../../spec_helper''
class DummyController < ApplicationController
def index
raise "Prevent index from rendering"
end
end
describe ApplicationController, "Handling errors in production",
:behaviour_type =>
2007 Dec 13
2
How do I do this?
I have 2 asterisk servers - serverA and serverC - connected via IAX2.
On serverA, I have a "telemarketer hold" extension which, if I transfer a
caller into it, loops around playing music & "please wait" messages, until
they give up & hang up the phone.
Also on serverA, I have a custom devstate, which lights a lamp on a phone
connected to serverA, which tells me if
2007 May 05
3
asterisk telemarketer torture sound files
Hi,
I have some annoying telemarketer calling me on a recurring basis,
but I'd like to discourage them a bit and have some fun.
I found this:
http://www.voip-info.org/wiki/view/Asterisk+AEL+Telemarketer+Torture
but the link to download the sound files is dead (wyoming.e-tools.com
is NXDOMAIN).
Anyone have a copy of these?
-Adam
2007 Oct 16
6
RailsStory runner - empty response
I generated a new rails app then installed rspec and rspec_on_rails from
trunk.
I then created a sample story:
require File.dirname(__FILE__) + "/helper"
Story "View Home Page", %{
As a user
I want to view my home page
So that I can get a birds eye view of the system
}, :type => RailsStory do
Scenario "Publisher with no videos" do
When
2018 Feb 08
2
georeplication over ssh.
That makes for an interesting problem.
I cannot open port 24007 to allow RPC access.
On 02/07/2018 11:29 PM, Kotresh Hiremath Ravishankar wrote:
> Hi Alvin,
>
> Yes, geo-replication sync happens via SSH. Ther server port 24007 is
> of glusterd.
> glusterd will be listening in this port and all volume management
> communication
> happens via RPC.
>
> Thanks,
>
2018 Feb 08
0
georeplication over ssh.
Ccing glusterd team for information
On Thu, Feb 8, 2018 at 10:02 AM, Alvin Starr <alvin at netvel.net> wrote:
> That makes for an interesting problem.
>
> I cannot open port 24007 to allow RPC access.
>
> On 02/07/2018 11:29 PM, Kotresh Hiremath Ravishankar wrote:
>
> Hi Alvin,
>
> Yes, geo-replication sync happens via SSH. Ther server port 24007 is of
>
2016 Feb 08
1
KVM
>>> If you run top what are you seeing on the %Cpu(s) line?
http://i.hizliresim.com/NrmV9Y.png
On Mon, Feb 8, 2016 at 10:53 PM, Alvin Starr <alvin at netvel.net> wrote:
> You need to provide more information.
> 20% is what number.
> There are something like 6 numbers on that line.
>
>
> On 02/08/2016 02:56 PM, Gokan Atmaca wrote:
>>>
>>> If you
2004 Aug 23
4
Telemarketer screening
I have been bugging by a telemarketer who does not take any cue at all.
So I look up the Asterisk Handbook and send his call with the respect
caller id to my voicemail.
Has any one implemented any of this feature with database for more
caller ids to be included??
David Kwok
2018 Feb 08
0
georeplication over ssh.
Hi Alvin,
Yes, geo-replication sync happens via SSH. Ther server port 24007 is of
glusterd.
glusterd will be listening in this port and all volume management
communication
happens via RPC.
Thanks,
Kotresh HR
On Wed, Feb 7, 2018 at 8:29 PM, Alvin Starr <alvin at netvel.net> wrote:
> I am running gluster 3.8.9 and trying to setup a geo-replicated volume
> over ssh,
>
> It looks
2016 Feb 08
0
KVM
You need to provide more information.
20% is what number.
There are something like 6 numbers on that line.
On 02/08/2016 02:56 PM, Gokan Atmaca wrote:
>> If you run top what are you seeing on the %Cpu(s) line?
> %20
>
>
> On Mon, Feb 8, 2016 at 9:30 PM, Alvin Starr <alvin at netvel.net> wrote:
>> Slow disks will show up as higher I/Owait times.
>> If your
2016 Sep 07
0
Fwd: Centos 6 AMI does not support c4-8xlarge
Hi John
On 07/09/16 15:50, John Peacock wrote:
> I have done that, but the point of the request is that we would like to
> have an official upstream AMI that we can use as the basis for our
> work. I'm guessing that the reason for the blacked out instance type is
> that early 6.x kernels didn't have the patches necessary to support 36
> vCPU's present in the