[sr-dev] [kamailio/kamailio] Problem with transport=tcp and NATMANAGE (#1439)

Pau Giralt notifications at github.com
Wed Feb 14 15:39:56 CET 2018


Hi! I'm working with kamailio and rtpproxy.
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. 

The code is never passing the point pasted below, inside route[NATMANAGE] in kamailio.cfg
```
if (!(isflagset(FLT_NATS) || isbflagset(FLB_NATB))) 
```
Therefore,  ``` rtpproxy_manage("co");```  is never reached.

Could it be a parsing problem? ```check_route_param("nat=yes")```

Thanks!


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1439
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180214/0a0b01b5/attachment.html>


More information about the sr-dev mailing list