<div dir="ltr">Dear Inaki,<br><br>Do you mean I should add t_on_reply("1"); and define the on_reply_route as follow:<br><br><br>onreply_route[1] {<br># if (t_check_status("2[0-9][0-9]") )<br> if((t_check_status("200|183|180") && search("Content_Type: application/sdp")) || search("Content-Type: application/sdp"))<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"><<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>></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">> Dear All,<br>
> Hi all,<br>
><br>
> i'm trying to send FAX to an endpoint behind a NAT...The FAX is failing<br>
> because the ACK message is sent to Private endpoint IP instead of PUBLIC<br>
> IP....Can you please let me know what's wrong?Please find below my ACK<br>
> method that i define in loose route methode<br>
<br>
</div>Are you running "fix_contact()" 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>