Use something like this:<br><br>exten =&gt; 100,1,Dial(SIP/100)<br>exten =&gt; 1001,1,Set(CALLER=${CALLERID(NUM)})<br>exten =&gt; 1001,2,Dial(SIP/100)<br>exten =&gt; 1001,3,Goto(default,${CALLER})<br><br>Brandon B.<br><br>
<div class="gmail_quote">On Tue, Mar 3, 2009 at 8:06 PM, James Mutuku <span dir="ltr">&lt;<a href="mailto:jnmutuku@gmail.com">jnmutuku@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hellos,<br>
<br>
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?<br>
<br>
Please help<br><font color="#888888">
James<br>
<br>
<br>
</font><br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>