-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gerard Sent: Thursday, October 14, 2010 11:24 AM To: [email protected] Subject: Re: [asterisk-users] call forwarding callerID
On 10/13/10 14:52, Danny Nicholas wrote: > I think FOLLOWME is going to "fix this for you" Can you elaborate please? is this a feature from our carrier? or something that will be built into asterisk? sounds like a useful fix :) -- Gerard Saraber Network Admin. Rarcoa, Inc (630) 654-2580 x199 (630) 654-3556 (fax) (630) 915-4122 (cell) 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. -- _____________________________________________________________________ -- 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
