<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 22, 2015 at 7:26 AM, Marcos Prates <span dir="ltr"><<a href="mailto:marcos@ultrawave.com.br" target="_blank">marcos@ultrawave.com.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><div>Hi,<br><br>I'm having a strange problem with Asterisk 13 i can't seem to find out whats causing it.<br>After a Dial call from one SIP peer to another, if the calling side hangs up, DIALSTATUS is not set, but when the called side hangs up, it does.<br>The strangest thing is when debugging SIP, it sends/receives the BYE signal normaly on both situations.<br>I'm using DIALSTATUS on my accounting/billing scripts, so when this happens it break the routine.<br><br>Can anyone shed some light into this for me? i'm running out of ideas here.<br><br>Thanks.<br><br>Marcos O.</div></div></div><br></blockquote></div><br></div><div class="gmail_extra">Works for me. Given the following dialplan, which has a hardcoded Dial to PJSIP endpoint 'alice':<br><br>exten => _XXXX,1,NoOp()<br> same => n,Dial(PJSIP/alice,15)<br> same => n,Hangup()<br><br>exten => h,1,NoOp()<br> same => n,Log(NOTICE, ${DIALSTATUS})<br><br><br></div><div class="gmail_extra">Calling party (bob) hangs up first:<br></div><div class="gmail_extra"><br>   -- Executing [1000@default:1] NoOp("PJSIP/bob-00000001", "") in new stack<br>    -- Executing [1000@default:2] Dial("PJSIP/bob-00000001", "PJSIP/alice,15") in new stack<br>    -- Called PJSIP/alice<br>    -- PJSIP/alice-00000002 is ringing<br>    -- PJSIP/alice-00000002 answered PJSIP/bob-00000001<br>    -- Channel PJSIP/alice-00000002 joined 'simple_bridge' basic-bridge <593321e8-d105-4075-94f3-20480cae3c45><br>    -- Channel PJSIP/bob-00000001 joined 'simple_bridge' basic-bridge <593321e8-d105-4075-94f3-20480cae3c45><br>    -- Channel PJSIP/bob-00000001 left 'native_rtp' basic-bridge <593321e8-d105-4075-94f3-20480cae3c45><br>  == Spawn extension (default, 1000, 2) exited non-zero on 'PJSIP/bob-00000001'<br>    -- Channel PJSIP/alice-00000002 left 'native_rtp' basic-bridge <593321e8-d105-4075-94f3-20480cae3c45><br>    -- Executing [h@default:1] NoOp("PJSIP/bob-00000001", "") in new stack<br>    -- Executing [h@default:2] Log("PJSIP/bob-00000001", "NOTICE, ANSWER") in new stack<br>[Dec 22 16:32:47] NOTICE[9668][C-00000001]: Ext. h:2 @ default:  ANSWER<br><br></div><div class="gmail_extra">Called party (alice) hangs up first:<br></div><div class="gmail_extra"><br>*CLI>     -- Executing [1000@default:1] NoOp("PJSIP/bob-00000000", "") in new stack<br>    -- Executing [1000@default:2] Dial("PJSIP/bob-00000000", "PJSIP/alice,15") in new stack<br>    -- Called PJSIP/alice<br>    -- PJSIP/alice-00000001 is ringing<br>    -- PJSIP/alice-00000001 answered PJSIP/bob-00000000<br>    -- Channel PJSIP/alice-00000001 joined 'simple_bridge' basic-bridge <0be9ceeb-014b-477c-b993-a4600ad7f9b0><br>    -- Channel PJSIP/bob-00000000 joined 'simple_bridge' basic-bridge <0be9ceeb-014b-477c-b993-a4600ad7f9b0><br>    -- Channel PJSIP/alice-00000001 left 'native_rtp' basic-bridge <0be9ceeb-014b-477c-b993-a4600ad7f9b0><br>    -- Channel PJSIP/bob-00000000 left 'native_rtp' basic-bridge <0be9ceeb-014b-477c-b993-a4600ad7f9b0><br>  == Spawn extension (default, 1000, 2) exited non-zero on 'PJSIP/bob-00000000'<br>    -- Executing [h@default:1] NoOp("PJSIP/bob-00000000", "") in new stack<br>    -- Executing [h@default:2] Log("PJSIP/bob-00000000", "NOTICE, ANSWER") in new stack<br>[Dec 22 16:34:17] NOTICE[9740][C-00000000]: Ext. h:2 @ default:  ANSWER<br><br><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Director of Technology<br></div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div><div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div></div></div></div>
</div></div>