First, let me state that I don&#39;t believe this is a problem with OpenSIPS, but rather me just trying to fix a user agent that is not doing the right thing.  The problem is that the 200 OK that we get back from the phone is not putting the transport in explicitly (ugh).  So OpenSIPS passes this along time, and we get an ACK back, but the ACK is then not explicit either, and OpenSIPS defaults to sending it UDP (but it should be TCP).  The problem is that if we try to fix this by adding it on the reply, we break things pretty bad.  I believe this is because fix_nated_contact is not playing nice with my manual fix.<br>
<br>If my reply just has fix_nated_contact, it&#39;s all nice relaying fine with:<br><br>Contact: &quot;2060&quot; &lt;sip:2060@&lt;my_public_ip&gt;:48278&gt;.<br><br>However if I add this block of code right after or before fixing nated contact, I get:<br>
<br>Contact: &quot;2060&quot; &lt;<a href="http://sip:2060@10.0.1.9:5060">sip:2060@10.0.1.9:5060</a>&gt;.;transport=tcpsip:2060@&lt;my_public_ip&gt;:39803<br><br>OUCH, that ain&#39;t never gonna work!<br><br>Thoughts on how I can work around a mis-behavin&#39; phone?<br>
<br>Thanks<br clear="all"><br>-dg<br>