<html>
<head>
</head>
<body>
Thank you Christopher,<br>
<br>
I&nbsp;made the changes you told me, but, when I try to make an incoming&nbsp; 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>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- Called <a class="moz-txt-link-abbreviated" href="mailto:501050:IBMPC313@iax2.fwdnet.net/501050">501050:IBMPC313@iax2.fwdnet.net/501050</a><br>
&nbsp;&nbsp;&nbsp; -- Call accepted by 65.39.205.121 (format ULAW)<br>
&nbsp;&nbsp;&nbsp; -- Format for call is ULAW<br>
&nbsp;&nbsp;&nbsp; -- Accepting AUTHENTICATED call from 65.39.205.121, requested format
= 4, actual format = 4<br>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- Goto (incoming,s,1)<br>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- Set Digit Timeout to 10<br>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- Set Response Timeout to 20<br>
&nbsp;&nbsp;&nbsp; -- 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>
&nbsp;&nbsp;&nbsp; -- Playing 'itranser/msg_bienvenida' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- IAX2/65.39.205.121:4569/13 answered SIP/aurelio-92fe<br>
&nbsp;&nbsp;&nbsp; -- <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>
&nbsp;&nbsp;&nbsp; -- 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 =&gt; s,1,Wait(1)<br>exten =&gt; s,2,Answer<br>exten =&gt; s,3,DigitTimeout,10<br>exten =&gt; s,4,ResponseTimeout,20<br>exten =&gt; s,5,Background(itranser/msg_bienvenida)<br>exten =&gt; 1,1,Goto(contexto_extensiones,s,1)<br>exten =&gt; 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 =&gt; s,1,Background(itranser/trans_operadora)<br>exten =&gt; s,2,Dial(SIP/ismael,s,1)<br><br>[contexto_extensiones]<br>exten =&gt; 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>