<div dir="ltr">Dear Inaki,<br><br>Do you mean I should add t_on_reply(&quot;1&quot;); and define the on_reply_route as follow:<br><br><br>onreply_route[1] {<br>#  if (t_check_status(&quot;2[0-9][0-9]&quot;) )<br> if((t_check_status(&quot;200|183|180&quot;) &amp;&amp; search(&quot;Content_Type: application/sdp&quot;)) || search(&quot;Content-Type: application/sdp&quot;))<br>
<br><br>{<br>fix_contact()<br>        force_rtp_proxy();<br>  }<br><br>Regards<br><br><div class="gmail_quote">On Fri, Mar 20, 2009 at 11:17 PM, Iñaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">El Viernes, 20 de Marzo de 2009, michel freiha escribió:<br>
<div class="im">&gt; Dear All,<br>
&gt; Hi all,<br>
&gt;<br>
&gt; i&#39;m trying to send FAX to an endpoint behind a NAT...The FAX is failing<br>
&gt; because the ACK message is sent to Private endpoint IP instead of PUBLIC<br>
&gt; IP....Can you please let me know what&#39;s wrong?Please find below my ACK<br>
&gt; method that i define in loose route methode<br>
<br>
</div>Are you running &quot;fix_contact()&quot; in reply_route for 200 OK ?<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Iñaki Baz Castillo<br>
<br>
_______________________________________________<br>
Kamailio (OpenSER) - Users mailing list<br>
<a href="mailto:Users@lists.kamailio.org">Users@lists.kamailio.org</a><br>
<a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br>
<a href="http://lists.openser-project.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser-project.org/cgi-bin/mailman/listinfo/users</a></font></blockquote></div><br></div>