<div dir="ltr"><div>This seems basic but something is missing.....</div><div> </div><div> </div><div>I dial from my cell phone to my DID and enter the context in extensions.conf</div><div>I am hoping to cascade through the plan and successfully automatically dial the 1444 number listed.</div>
<div>But it fails.   </div><div>And, I dpon&#39;t know why?   Should I removed the Hangup application?</div><div>Syntax issue somewhere?</div><div> </div><div>I have a good SIP registration with the vendor, voipvoip.</div>
<div> </div><div>Thanks in advance for any feedback...</div><div> </div><div> </div><div> </div><div>[incoming]<br>exten =&gt; 5552530146,1,Answer()<br>exten =&gt; 5552530146,n,Wait(1)<br>exten =&gt; 5552530146,n,Playback(beep)<br>
exten =&gt; 5552530146,n,Goto(105,105,1)<br>;<br>;<br>[105]<br>exten =&gt; 105,1,Wait(2)<br>exten =&gt; 105,n,Playback(hello-world)<br>exten =&gt; 105,n,Dial(SIP/voipvoip/14445555514)<br>exten =&gt; 105,n,Hangup()<br></div>
<div> </div><div>console output .......</div><div> </div><div>    -- Executing [5552530146@incoming:1] Answer(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;&quot;) in new stack<br>    -- Executing [5552530146@incoming:2] Wait(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;1&quot;) in new stack<br>
    -- Executing [5552530146@incoming:3] Playback(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;beep&quot;) in new stack<br>    -- &lt;SIP/voipvoip.com-0000000f&gt; Playing &#39;beep.alaw&#39; (language &#39;en&#39;)<br>    -- Executing [5552530146@incoming:4] Goto(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;105,105,1&quot;) in new stack<br>
    -- Goto (105,105,1)<br>    -- Executing [105@105:1] Wait(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;2&quot;) in new stack<br>    -- Executing [105@105:2] Playback(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;hello-world&quot;) in new stack<br>
    -- &lt;SIP/voipvoip.com-0000000f&gt; Playing &#39;hello-world.alaw&#39; (language &#39;en&#39;)<br>    -- Executing [105@105:3] Dial(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;SIP/<a href="http://sip3.voipvoip.com/17037171624">sip3.voipvoip.com/17037171624</a>&quot;) in new stack<br>
  == Using SIP RTP CoS mark 5<br>    -- Called SIP/<a href="http://sip3.voipvoip.com/14445555514">sip3.voipvoip.com/14445555514</a><br>[Apr  9 16:07:11] WARNING[994]: chan_sip.c:4169 retrans_pkt: Retransmission timeout reached on transmission <a href="http://4dd167154ea52bd26d63a95a56aa9526@192.168.1.10:5060">4dd167154ea52bd26d63a95a56aa9526@192.168.1.10:5060</a> for seqno 102 (Critical Request) -- See <a href="https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions">https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions</a><br>
Packet timed out after 32000ms with no response<br>[Apr  9 16:07:11] WARNING[994]: chan_sip.c:4198 retrans_pkt: Hanging up call <a href="http://4dd167154ea52bd26d63a95a56aa9526@192.168.1.10:5060">4dd167154ea52bd26d63a95a56aa9526@192.168.1.10:5060</a> - no reply to our critical packet (see <a href="https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions">https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions</a>).<br>
    -- SIP/sip3.voipvoip.com-00000010 is circuit-busy<br>  == Everyone is busy/congested at this time (1:0/1/0)<br>    -- Executing [105@105:4] Hangup(&quot;SIP/voipvoip.com-0000000f&quot;, &quot;&quot;) in new stack<br>  == Spawn extension (105, 105, 4) exited non-zero on &#39;SIP/voipvoip.com-0000000f&#39;<br>
Asterisk*CLI&gt;<br></div></div>