[asterisk-users] call forwarding callerID

Danny Nicholas danny at debsinc.com
Thu Oct 14 13:54:35 CDT 2010


-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Gerard
Sent: Thursday, October 14, 2010 1:47 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] call forwarding callerID

ah-ha,
thank you very much, that's what I found when googling, I'll ask my user 
and see if Asterisk announcing the call is acceptable to him, if I can't 
spoof the callerID.

Followme would alternatively work pretty well, press 1 to accept the 
call etc. is a pretty nice feature, I'll see if that works for him.

Thanks!

On 10/14/10 11:41, Danny Nicholas wrote:
> Check this link
> http://www.voip-info.org/wiki/view/Asterisk+cmd+FollowMe
>
> A "simpler" solution (perhaps) would be a "forwarding" context like this
>
> [forward-with-announce]
> Exten =>  s,1,dial(DAHDI/g1/w${ARG1},30,mKkTt)
> Exten =>  s,n,playback(followme/call-from)
> Exten =>  s,n,SayDigits(${ARG2})
>
> Exten =>  393,1,Set(ARG1=2055551212)
> Exten =>  393,2,Set(ARG2=${EXTEN})
> Exten =>  393,3,Goto(forward-with-announce,s,1)
>
> Dependent on carrier and other considerations, you can also "spoof" the
> caller-id.  That's a different google-search.


-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

-- 
FWIW, there are also "professional spoofing services" but they cost
$0.02-$0.05/minute.




More information about the asterisk-users mailing list