[asterisk-users] Configuring asterisk to revert call back to forwarder if exten is busy

Brandon B. brandon at brellsystems.com
Tue Mar 3 21:22:45 CST 2009


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 


More information about the asterisk-users mailing list