Hi All,<br>I am using an Asterisk 1.6.2.6, and when I use this part of the dialplan:<br>exten  =&gt; 8355,1,Dial(SIP/${EXTEN}&amp;IAX2/${EXTEN},18,tTWwr)<br>exten =&gt; 8355,n,Dial(IAX2/8366,48,tTWwr)<br>(i made that simple to exhibit issue)<br>
<br>I got just 1 ring in 8366 extension before it hangup, what i noticed is the total time spent on ringing is 30s that means if i use 12s in the first dial i get 18s left in the second dial used (and so on)<br>i looked to the debug and cut the spot where it weirdly hang up:<br>
<br>localhost*CLI&gt; <br>[Sep 29 20:02:32] DEBUG[21183]: chan_iax2.c:9726 socket_process: Packet arrived out of order (expecting 3, got 2) (frametype = 6, subclass = 12)<br>localhost*CLI&gt; <br>[Sep 29 20:02:32] DEBUG[21183]: chan_iax2.c:9733 socket_process: Acking anyway<br>
localhost*CLI&gt; <br>[Sep 29 20:02:34] DEBUG[21184]: chan_iax2.c:10261 socket_process: Immediately destroying 3477, having received hangup<br>localhost*CLI&gt; <br>[Sep 29 20:02:34] DEBUG[5752]: channel.c:1760 ast_hangup: Hanging up channel &#39;IAX2/8366-8884&#39;<br>
[Sep 29 20:02:34] DEBUG[5752]: chan_iax2.c:4978 iax2_hangup: We&#39;re hanging up IAX2/8366-8884 now...<br>    -- Hungup &#39;IAX2/8366-8884&#39;<br>[Sep 29 20:02:34] DEBUG[5752]: app_dial.c:2315 dial_exec_full: Exiting with DIALSTATUS=CANCEL.<br>
[Sep 29 20:02:34] DEBUG[5752]: pbx.c:4306 __ast_pbx_run: Spawn extension (OFFICE_EXTEN,8355,2) exited non-zero on &#39;IAX2/USPBX2-3477&#39;<br>  == Spawn extension (OFFICE_EXTEN, 8355, 2) exited non-zero on &#39;IAX2/USPBX2-3477&#39;<br>
[Sep 29 20:02:34] DEBUG[5752]: channel.c:1655 ast_softhangup_nolock: Soft-Hanging up channel &#39;IAX2/USPBX2-3477&#39;<br>[Sep 29 20:02:34] DEBUG[5752]: channel.c:1760 ast_hangup: Hanging up channel &#39;IAX2/USPBX2-3477&#39;<br>
[Sep 29 20:02:34] DEBUG[5752]: chan_iax2.c:4978 iax2_hangup: We&#39;re hanging up IAX2/USPBX2-3477 now...<br>[Sep 29 20:02:34] DEBUG[5752]: chan_iax2.c:4995 iax2_hangup: Really destroying IAX2/USPBX2-3477 now...<br>[Sep 29 20:02:34] DEBUG[5752]: chan_iax2.c:2540 sched_delay_remove: schedule decrement of callno used for 208.79.76.130 in 60 seconds<br>
    -- Hungup &#39;IAX2/USPBX2-3477&#39;<br><br>does anyone can guess what is hepening?<br>Thanks you!<br><br>-- <br>Abdullah<br>