<div dir="ltr"><div>So, it&#39;s doing it because the cseq is out of order not because its a request pending.<br></div>That clarifies the reason for the 500 so that may alter OEJ&#39;s hypothesis.<div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Feb 3, 2014 at 5:44 PM, dotnetdub <span dir="ltr">&lt;<a href="mailto:dotnetdub@gmail.com" target="_blank">dotnetdub@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Anthony - thanks - that is quite another level of logging! Wow..<br>
<br>
So the problem freeswitch is giving out about is this:<br>
<br>
nta.c:2967 agent_recv_request() nta: INVITE (102) going to existing leg<br>
nta.c:1341 set_timeout() nta: timer shortened to 200 ms<br>
nta.c:5441 incoming_callback() nta_leg(0xb6656790): out-of-order<br>
INVITE (102 &lt; 103)<br>
<br>
It then sends the 500<br>
<br>
The CSEQ on the reinvite is 102 - the CSEQ on the UPDATE that asterisk<br>
sent just before was 103 ....<br>
<br>
Does this help or do you require more information.<br>
<br>
Many Thanks<br>
Brian<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
On 3 February 2014 22:50, Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt; What you want is logs from FS side of things to try to catch more info.<br>
&gt;<br>
&gt; sofia global siptrace on<br>
&gt; sofia tracelevel alert<br>
&gt; sofia loglevel all 9<br>
&gt; console loglevel debug<br>
&gt;<br>
&gt; And you have to catch the problem at the beginning of when it first starts<br>
&gt; happening.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Feb 3, 2014 at 1:08 PM, dotnetdub &lt;<a href="mailto:dotnetdub@gmail.com">dotnetdub@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Mike,<br>
&gt;&gt;<br>
&gt;&gt; Thanks for looking at this.<br>
&gt;&gt;<br>
&gt;&gt; I have the log level at 7 and this is all that appears immediately<br>
&gt;&gt; before the invite and 500<br>
&gt;&gt;<br>
&gt;&gt; [DEBUG] switch_core_session.c:1006 Send signal sofia/internal/012345678<br>
&gt;&gt; [BREAK]<br>
&gt;&gt;<br>
&gt;&gt; I can&#39;t see anything else relating to the reinvite.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; Brian<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 3 February 2014 16:20, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Have you looked at the debug log from freeswitch to see why it is<br>
&gt;&gt; &gt; sending the 500?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Feb 2, 2014, at 7:35 AM, dotnetdub &lt;<a href="mailto:dotnetdub@gmail.com">dotnetdub@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; Hi All,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; We are facing an issue where we have a customer using asterisk which<br>
&gt;&gt; &gt;&gt; insists on sending connected line updates via SIP UPDATES and<br>
&gt;&gt; &gt;&gt; REINVITES.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I have tried to mitigate this on the customer Asterisk by using all<br>
&gt;&gt; &gt;&gt; the config instructions you would expect to work but there are still<br>
&gt;&gt; &gt;&gt; some scenarios where asterisk insists on sending REINVITES with caller<br>
&gt;&gt; &gt;&gt; ID update to the trunk. I&#39;ve also tried a number of things on the<br>
&gt;&gt; &gt;&gt; freeswitch side to try and persuade Asterisk not to send UPDATES or<br>
&gt;&gt; &gt;&gt; REINVITES without success...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; SIP Dialog always starts off well but quickly descends into  thousands<br>
&gt;&gt; &gt;&gt; upon thousands of UPDATES and INVITES<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Freeswitch sends OK to every UPDATE and an OK to the first REINVITE<br>
&gt;&gt; &gt;&gt; but then starts sending 500 . Asterisk does ACK these errors but<br>
&gt;&gt; &gt;&gt; immediately sends another UPDATE (again FS sends ok) and INVITE which<br>
&gt;&gt; &gt;&gt; again we send back a 500 - you can see where I&#39;m going here.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; This can end up with 1000s of UPDATE,INVITE,500 going on in a SIP<br>
&gt;&gt; &gt;&gt; dialog and customer reports it is affecting the call audio while this<br>
&gt;&gt; &gt;&gt; is happening.. I still am unsure of why the audio is affected, the<br>
&gt;&gt; &gt;&gt; asterisk invites always have SDP so maybe asterisk is opening/closing<br>
&gt;&gt; &gt;&gt; the port very quickly or something...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I&#39;ve attached a pastie of the first 48 packets of the SIP Trace. This<br>
&gt;&gt; &gt;&gt; particular call has 2067 SIP packets , mostly INVITE, 500<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Olle (OEJ) comments on the Kamailio mailing list:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &#39;If freeswitch believes it already has an open INVITE transaction it<br>
&gt;&gt; &gt;&gt; should<br>
&gt;&gt; &gt;&gt; not respond with 500, it should respond with 491 request pending. In<br>
&gt;&gt; &gt;&gt; that<br>
&gt;&gt; &gt;&gt; case Asterisk will back off and retry.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Please check with the FreeSwitch people and file a bug report so that<br>
&gt;&gt; &gt;&gt; they<br>
&gt;&gt; &gt;&gt; can fix this issue. That&#39;s the long term solution, all the rest is<br>
&gt;&gt; &gt;&gt; just quick and<br>
&gt;&gt; &gt;&gt; dirty fixes. Seems like if this problem is still around, no one filed<br>
&gt;&gt; &gt;&gt; a bug report.&#39;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Should I file a bug report or what are freeswitch users / dev thoughts<br>
&gt;&gt; &gt;&gt; on this?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Maybe there is something I can do in config or is this something that<br>
&gt;&gt; &gt;&gt; I must address with Asterisk... With older versions that some<br>
&gt;&gt; &gt;&gt; customers use I was able to stop reinvites completely. With version 11<br>
&gt;&gt; &gt;&gt; this functionality is still documented but doesn&#39;t work so well...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; traces are <a href="http://pastebin.freeswitch.org/21924" target="_blank">http://pastebin.freeswitch.org/21924</a> truncated after 48<br>
&gt;&gt; &gt;&gt; packets.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Many Thanks,<br>
&gt;&gt; &gt;&gt; Brian<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _________________________________________________________________________<br>
&gt;&gt; &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<br>
&gt;<br>
&gt; ☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞<br>
&gt; <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a><br>
&gt; ☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a><br>
&gt;<br>
&gt; ClueCon Weekly Development Call<br>
&gt; ☎ <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a>  ☎ <a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div>
<div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br>
</div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div></div>
</div>