James Mutuku
2009-Mar-03 12:19 UTC
[asterisk-users] Configuring asterisk to revert call back to forwarder if exten is busy
Hellos, I want to configure asterisk so that if exten A transfers a call to exten B, and B is either busy or the call is not answered, the call returns back to A. Is this possible? Please help James -------------- next part -------------- A non-text attachment was scrubbed... Name: jnmutuku.vcf Type: text/x-vcard Size: 331 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090303/b6ff7ecb/attachment.vcf
James Mutuku
2009-Mar-04 03:06 UTC
[asterisk-users] Configuring asterisk to revert call back to forwarder if exten is busy
Hellos, I want to configure asterisk so that if exten A transfers a call to exten B, and B is either busy or the call is not answered, the call returns back to A. Is this possible? Please help James -------------- next part -------------- A non-text attachment was scrubbed... Name: jnmutuku.vcf Type: text/x-vcard Size: 331 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090304/6f73f3b9/attachment.vcf
Brandon B.
2009-Mar-04 03:22 UTC
[asterisk-users] Configuring asterisk to revert call back to forwarder if exten is busy
Use something like this: exten => 100,1,Dial(SIP/100) exten => 1001,1,Set(CALLER=${CALLERID(NUM)}) exten => 1001,2,Dial(SIP/100) exten => 1001,3,Goto(default,${CALLER}) Brandon B. On Tue, Mar 3, 2009 at 8:06 PM, James Mutuku <jnmutuku at gmail.com> wrote:> Hellos, > > I want to configure asterisk so that if exten A transfers a call to exten > B, and B is either busy or the call is not answered, the call returns back > to A. Is this possible? > > Please help > James > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090303/e04ac23b/attachment.htm