<html>
<head>
</head>
<body>
Thank you Christopher,<br>
<br>
I made the changes you told me, but, when I try to make an incoming call,
in the Asterisk console, I get....<br>
<br>
<br>
-- Hungup '<a class="moz-txt-link-abbreviated" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/9">IAX2/iaxfwd@65.39.205.121:4569/9</a>'<br>
-- Executing Dial("SIP/aurelio-92fe", <a class="moz-txt-link-rfc2396E" href="mailto:IAX2/501050:IBMPC313@iax2.fwdnet.net/501050|60|r">"IAX2/501050:IBMPC313@iax2.fwdnet.net/501050|60|r"</a>)
in new stack<br>
-- Called <a class="moz-txt-link-abbreviated" href="mailto:501050:IBMPC313@iax2.fwdnet.net/501050">501050:IBMPC313@iax2.fwdnet.net/501050</a><br>
-- Call accepted by 65.39.205.121 (format ULAW)<br>
-- Format for call is ULAW<br>
-- Accepting AUTHENTICATED call from 65.39.205.121, requested format
= 4, actual format = 4<br>
-- Executing Goto(<a class="moz-txt-link-rfc2396E" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">"IAX2/iaxfwd@65.39.205.121:4569/14"</a>, "incoming|s|1")
in new stack<br>
-- Goto (incoming,s,1)<br>
-- Executing Wait(<a class="moz-txt-link-rfc2396E" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">"IAX2/iaxfwd@65.39.205.121:4569/14"</a>, "1") in new stack<br>
-- Executing Answer(<a class="moz-txt-link-rfc2396E" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">"IAX2/iaxfwd@65.39.205.121:4569/14"</a>, "") in new stack<br>
-- Executing DigitTimeout(<a class="moz-txt-link-rfc2396E" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">"IAX2/iaxfwd@65.39.205.121:4569/14"</a>, "10")
in new stack<br>
-- Set Digit Timeout to 10<br>
-- Executing ResponseTimeout(<a class="moz-txt-link-rfc2396E" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">"IAX2/iaxfwd@65.39.205.121:4569/14"</a>, "20")
in new stack<br>
-- Set Response Timeout to 20<br>
-- Executing BackGround(<a class="moz-txt-link-rfc2396E" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">"IAX2/iaxfwd@65.39.205.121:4569/14"</a>, "itranser/msg_bienvenida")
in new stack<br>
-- Playing 'itranser/msg_bienvenida' (language 'en')<br>
-- IAX2/65.39.205.121:4569/13 answered SIP/aurelio-92fe<br>
-- <font color="#3366ff">Channel '<a class="moz-txt-link-abbreviated" href="mailto:IAX2/iaxfwd@65.39.205.121:4569/14">IAX2/iaxfwd@65.39.205.121:4569/14</a>'
unable to transfer</font><br>
-- Hungup 'IAX2/65.39.205.121:4569/13'<br>
<br>
<br>
Why I get an "Unable to transfer" error on this channel?<br>
How could I solve this problem?<br>
<br>
Any clue will be wellcome<br>
<br>
Thanks a lot.<br>
<br>
Ismael Gil.<br>
<br>
<br>
<br>
<br>
<br>
<br>
Christopher Lee wrote:<br>
<blockquote type="cite" cite="mid:7142175B5961B44284940AF921F6DB2544C9@titan.datachaos.local">
<blockquote type="cite">
<pre wrap="">I having a lot of troubles to configure a simple voice menu.<br>In extensions.conf I have the following.<br><br>[incoming]<br>exten => s,1,Wait(1)<br>exten => s,2,Answer<br>exten => s,3,DigitTimeout,10<br>exten => s,4,ResponseTimeout,20<br>exten => s,5,Background(itranser/msg_bienvenida)<br>exten => 1,1,Goto(contexto_extensiones,s,1)<br>exten => 2,1,Goto(contexto_operadora,s,1)<br><br>The context refered by the menu. (each context play me a <br>diferent message only )<br><br>[contexto_operadora]<br>exten => s,1,Background(itranser/trans_operadora)<br>exten => s,2,Dial(SIP/ismael,s,1)<br><br>[contexto_extensiones]<br>exten => s,1,Background(itranser/msg_pasar_ext)<br></pre>
</blockquote>
<pre wrap=""><!----><br>I've made the corrections to your context's above... Note in particular<br>the Goto command and then using the 's' (start) extension in each<br>extension line, also adjusted the priority numbers. <br><br>For more info on Goto<br><br><a class="moz-txt-link-freetext" href="http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Goto">http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Goto</a><br><br>Give that a try and see how you go.<br><br>Regards,<br>Chris Lee<br>_______________________________________________<br>Asterisk-Users mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br> <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailm
an/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br></pre>
</blockquote>
<br>
</body>
</html>