<div dir="ltr"><br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-02-15 12:08 GMT+01:00 Pau Giralt <span dir="ltr"><<a href="mailto:pau.gimo@gmail.com" target="_blank">pau.gimo@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><p>Hi!</p><p> I'm working with kamailio and rtpproxy.<br>
When I configure the clients to send sip messages through TCP adding the
 ";transport=tcp" in the sip message the rtpproxy is not working 
anymore.</p>
<p>The code is never passing the point pasted below, inside route[NATMANAGE] in kamailio.cfg</p>
<pre><code>if (!(isflagset(FLT_NATS) || isbflagset(FLB_NATB))) return;
</code></pre>
<p>Therefore,  <code>rtpproxy_manage("co");</code>  is never reached.</p>
<p>Could it be a parsing problem? ( <code>check_route_param("nat=yes")</code> )</p><p>The config file is exactly the same as the one provided in the kamailio repository (the default one)<br></p>
<p>Thanks!</p><br></div>
</blockquote></div><br></div>