<div dir="ltr">Are you using NAT anywhere in your call path?<div><br></div><div>The BYE hangup packet is sent to the address received in the Contact header of the INVITE, which can differ from where the INVITE packet is actually received from. A lot of the times if a client is behind NAT and not handling NAT traversal correctly you can find that the IP in the Contact is its LAN IP. Since that&#39;s not reachable by the server over the Internet the packet never arrives and so the client never sees the hangup.</div>

<div><br></div><div>If that&#39;s the issue enabling STUN on the client can put the correct address in Contact (if it supports it). Some NAT routers can rewrite it for you (SIP ALG) but that can sometimes cause as many problems as it solves (eg rewriting clients that are already handling NAT correctly and thus breaking it) and can never work with SIP/TLS (no way to modify data in an encrypted connection without being a man-in-the-middle) so it&#39;s best to fix it at the client. If the client doesn&#39;t support STUN you can also try the NDLB (&quot;no device left behind&quot;) option that uses where the INVITE was received from instead of the Contact header.</div>

<div><br></div><div>See <a href="http://wiki.freeswitch.org/wiki/NAT">http://wiki.freeswitch.org/wiki/NAT</a> and <a href="http://wiki.freeswitch.org/wiki/NDLB#NDLB-connectile-dysfunction">http://wiki.freeswitch.org/wiki/NDLB#NDLB-connectile-dysfunction</a></div>

<div><br></div><div>I would guess your issue is likely to be between the SIP client and FreeSWITCH (leg A), though it could also be between FS and Asterisk (leg B). I suggest looking at the SIP trace to see which legs are receiving/sending the BYE packet... &quot;sofia global siptrace on&quot; in fs_cli.</div>

<div><br></div><div>-Steve</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 24 March 2014 13:23, Andrea Batazzi <span dir="ltr">&lt;<a href="mailto:andrea.batazzi@gmail.com" target="_blank">andrea.batazzi@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"><div dir="ltr">Hi,<div>I&#39;m new to freeswitch, and might be missing some basic points.</div><div><br></div><div>I am trying to bridge a call from a caller (sip client on the web) to an external profile endpoint, which happens to be an asterisk install.</div>


<div><br></div><div>The call part works fine, only that if leg B ( asterisk ) hangs up ( say, for a queue timeout),  the sip client (leg A) never receives the hangup event, even if the log seems to assert that it does. I have tried with different sip clients.</div>


<div><br></div><div>this is the basic configuration of the extension</div><div><br></div><div><div>&lt;extension name=&quot;wwd&quot;&gt;</div><div>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^123&quot;$&gt;</div>


<div>    &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div><div>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$<a href="mailto:1@192.168.0.16" target="_blank">1@192.168.0.16</a>&quot;/&gt;</div>


<div>    &lt;action application=&quot;hangup&quot; /&gt;</div><div>  &lt;/condition&gt;</div><div>&lt;/extension&gt;</div></div><div><br></div><div>I have attached the &quot;hangup&quot; part of the log.</div><div>Thank you</div>

<span class="HOEnZb"><font color="#888888">
<div>Andrea</div></font></span></div>
<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>
<br></blockquote></div><br></div>