<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>