I don&#39;t think I am having any other issues.  I used the &quot;Bye on timeout&quot; option very shortly before version 1.7 came out.  I don&#39;t think I am doing anything when it comes to NOTIFY.  This is a test user that is behind a Vontage router and for whatever reason the Blink client isn&#39;t finding out its Public IP.  When he calls someone you can see from the NGREP that OpenSIPS keeps sending OPTIONS to the private IP and then after a while OpenSIPS sends BYES to both clients, but since the BYE for the caller is sent to a 192.168 private address he thinks he is still on the call even after the callee got the BYE and hung up.  What version of OpenSIPS are you currently running?<br /><br />This is what I have configured when it comes to Register and Invites with NAT<br /><br /><br />    FOR REGISTERS<br />                if(!search(&quot;^Contact:[ ]*\*&quot;) && client_nat_test(&quot;7&quot;)) {<br />                        setbflag(6);<br />                        fix_nated_contact(); #### - This is needed so that the contact address<br />                                             #### - in the location table never has a private<br />                                             #### - IP address in it<br /><br />                        fix_nated_register();<br /><br />                        force_rport();<br /><br />                        $avp(rcv) = &quot;sip:&quot; + $tU + &quot;@&quot; + $si + &quot;:&quot; + $sp;<br />                };<br /><br />    FOR INVITES<br />                if (client_nat_test(&quot;7&quot;)) {<br /><br />                        setbflag(7);<br />                        force_rport();<br />                        fix_nated_contact(); #### - This is needed so that the contact address<br />                                             #### - in the location table never has a private<br />                                             #### - IP address in it<br /><br />                        #fix_contact();                 <br />                };<br /><br /><br /><br />On , Saúl Ibarra Corretgé &lt;saul@ag-projects.com&gt; wrote:<br />&gt; HI,<br />&gt; <br />&gt; <br />&gt; <br />&gt; On Mar 19, 2012, at 9:57 PM, osiris123d wrote:<br />&gt; <br />&gt; <br />&gt; <br />&gt; &gt; Saul or Vlad,<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Was this ever resolved?  I think I might have the same issue and I am using<br />&gt; <br />&gt; &gt; the trunk version.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; <br />&gt; <br />&gt; Yes, it was resolved a while ago, IIRC around the 1.7.0 release, but it was then fixed again.<br />&gt; <br />&gt; <br />&gt; <br />&gt; &gt; I have a Blink user behind NAT that registers and sends invites with private<br />&gt; <br />&gt; &gt; IP in its VIA and Contact headers.  I do fix_nated_contact and<br />&gt; <br />&gt; &gt; fix_nated_register without issue.  The only problem I have is when OpenSIPS<br />&gt; <br />&gt; &gt; sends the OPTIONS message for Dialog keepalives.  It sends the OPTIONS to<br />&gt; <br />&gt; &gt; the private IP address instead of the Public IP.  All the other messages in<br />&gt; <br />&gt; &gt; the dialog get sent to the public IP and the call is established.  Also in<br />&gt; <br />&gt; &gt; the Location table everything has the public IP for &quot;contact&quot; and<br />&gt; <br />&gt; &gt; &quot;received&quot;.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Here is the link to Pastebin for the ngrep and the location record for the<br />&gt; <br />&gt; &gt; caller<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; http://pastebin.com/SMMsP03m<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; <br />&gt; <br />&gt; Dialog ping works for me, really well actually, it&#39;s probably some misconfiguration. Do other in dialog requests generated by OpenSIPS work? For example NOTIFY, BYE on timeout, etc.<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; Regards,<br />&gt; <br />&gt; <br />&gt; <br />&gt; --<br />&gt; <br />&gt; Saúl Ibarra Corretgé<br />&gt; <br />&gt; AG Projects<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Users mailing list<br />&gt; <br />&gt; Users@lists.opensips.org<br />&gt; <br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br />&gt; <br />&gt;