_____ From: [email protected] [mailto:[email protected]] On Behalf Of satish patel Sent: Tuesday, January 04, 2011 9:36 AM To: asterisk-users Subject: [asterisk-users] Call forwrading but call transfer back
Hi All, I have weird requirement for call forwarding. I have forward all call from A to B extension because A is very busy and sometime not available so B is taking care of all forwarding call from A. but in some case B need to transfer call to A and in this case call coming back to B again because of forwarding enabled. How to get rid on this condition ? How could B can transfer call to A ? Thanks, Satish This is a job for ex-girlfriend logic. Set up your dialplan like this (A=1001, B=1002) Exten => 1001,verbose(extension A-1001 handling) Exten => 1001,n,dial(SIP/1002) Exten => 1001/1002,n,dial(SIP/1001) If you dial 1001 from anywhere except 1002, you get sent to 1002. If you dial 1001 from 1002, you get sent to 1001.
-- _____________________________________________________________________ -- 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
