[sr-dev] [kamailio/kamailio] siptrace: wrong IPv4 address value (#2092)

Daniel-Constantin Mierla notifications at github.com
Mon Oct 7 20:05:03 CEST 2019


The address is  the socket kamailio is listening on, which is typically ip:5060.

With tcp the source port of connect() cannot be easily ensured (only with latest kernels when re-using the port option is enabled).

So this is by design, otherwise there will be different ports for each connection.

If you want to change, that's fine, you can make pull request so other can review, however add a modparam to control this behaviour, with the default option to be like it is now.

-- 
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/2092#issuecomment-539134454
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20191007/d991e87f/attachment.html>


More information about the sr-dev mailing list