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, view it on GitHub, or mute the thread.