-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gerard Sent: Thursday, October 14, 2010 1:47 PM To: [email protected] 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. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
