Displaying 20 results from an estimated 7000 matches similar to: "Redirecting an existing channel?"
2008 Mar 16
4
Telemarketer Torture....
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anyone have the telemarketer torture prompts? I would seriously like
to revive this.....
- --
James Finstrom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFH3I8qdloC7YyaIOoRAlAjAJ9Hp+3SS2Z8179HecWIETp4RVDzWQCeMizp
fW2JPZdYl/uxG1ziUwYnHGo=
=QPbv
-----END PGP
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
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
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
2005 Jan 28
2
Direct MP3 channel Black Hole?
I'm curious is it possible to direct a call to an
extension that takes you straight to music on hold,
but NOT the standard music on hold.
The boss suggested something he wondered if it was
possible.
Example: Someone calls (Telemarketer), we answer tell
them to hold while we 'redirect' them to extension
(Someone Important) 666 which is a separate music on
hold pool of mp3's from
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
2013 Jan 22
2
Blind transfer behavior - Asterisk 1.8 and 10
Hi,
I want to check the status of a blind transfer (only sip endpoint)
between various phones. Transfer is working perfectly, using ## from
features.conf or using transfer key from phone, here SNOM320.
My problem is that if party to transfer to is busy, the transfer fail
and the call is ended. What I want to do is to return the call to the
party who originate the transfer.
I checked
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
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
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"
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
2008 Jun 18
1
TRANSFER_CONTEXT ignored?
Hi,
I am in a weird situation where a variable seemed ignored, but not always.
That variable is __TRANSFER_CONTEXT.
Basically, I have a phone registered with asterisk. It's context is
"internal". Outgoing calls go through that context (all good).
When I get an incoming call which I want transferred, I don't want it to go
through the context "internal" but
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
2004 Jul 05
2
Playback over Console
I'm trying to setup a primitive announcement-paging system in my house
using the line-out from my * box to a cheap amplifier that runs to
speakers on our first and second floors from the basement. I have a
extension that connects to Console, and console is set to auto-pickup.
I'm using alsa drivers.
This all works great, except for one thing. I want to play a tone over
the console after
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 Aug 27
2
Problems with registration
My phone still says Not-Registered. I have a Polycom SoundPoint 600 SIP
phone.
Here is my sip.conf file:
;
; SIP Configuration
;
[general]
context=default ; Default context for incoming calls
port=5060 ;added
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
srvlookup=yes ;
2015 Jan 30
0
Remote Attended Transfer
Hello,
I'm trying to find more information about this Remote Attended Transfers,
as is explained in
https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Remote+Attended+Transfers
for Asterisk 12 using pjsip stack
Was Remote Attended Transfer implemented in previous versions of Asterisk
(versions without PJSIP, Asterisk 11 and previous)?
Where can I find configuration examples to do it work
2007 Jun 11
1
CDR on transfers of called ZAP channel
Hello list,
I have a problem with called ZAP channels making an attended-transfer
or blind-xfer. Signalling at the phones is ok, but the CDR of Asterisk
is wrong.
At the moment there is a bristuffed Asterisk 1.2.18 running with
bristuff-0.3.0-PRE-1y-g. Here is my dialplan, I simplified it a bit:
[default]
exten => 0123456789,1,Macro(dialpstn,${EXTEN})
[macro-dialpstn]
exten =>
2010 Aug 30
2
help with dialplan
Todd
How do you have the context in the phones sip configs set?
Bryant
From: "Todd Reese" treese65 at gmail.com
Hi all,
I've been have problems with getting this system on line and would like
to acquire some help with the extensions.conf.
My current problem is that the phones won't dialout.on the VOIP lines
listed as dialout1, dialout2, dialout3. This version of asterisk
2008 Jan 31
1
Default delay time for Attended call
A call comes in from the PSTN, Asterisk answers it, it goes to the directory, and then to the extension the caller designates and the user at that extension answers. The user at the extension then wants to transfer the call to another extension; on the Cisco 7940 they push the ?more? soft key, then the ?Transfer? soft key, then enter the extension number they want to transfer to, and hit the