Module: kamailio Branch: master Commit: c975878648b7c34f6631a941555eb62f0506d638 URL: https://github.com/kamailio/kamailio/commit/c975878648b7c34f6631a941555eb62f...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-08-09T16:25:56+02:00
uac: extend docs for default_socket with a note about tcp_reuse_port
---
Modified: src/modules/uac/doc/uac_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/c975878648b7c34f6631a941555eb62f... Patch: https://github.com/kamailio/kamailio/commit/c975878648b7c34f6631a941555eb62f...
---
diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml index 91b8787870..c4f5d82126 100644 --- a/src/modules/uac/doc/uac_admin.xml +++ b/src/modules/uac/doc/uac_admin.xml @@ -567,16 +567,18 @@ modparam("uac", "reg_gc_interval", 60) <para> Default socket to be used for generating registration requests and sending requests with the function uac_req_send(). Useful e.g. when several public - interfaces are available. + interfaces are available. A send socket in the $uac_reg variable used + together with the uac_req_send() function will override this parameter. </para> <para> <emphasis> By default no default socket is defined, the send socket is choosen from the - <emphasis>tm</emphasis> module when the requests is send out. A send socket - in the $uac_reg variable used together with the uac_req_send() function will - override this parameter. + <quote>tm</quote> module when the requests is send out. </emphasis> </para> + <para>If you want to force a certain TCP port (e.g. 5060), you will need to set + the <emphasis>tcp_reuse_port=yes</emphasis> core parameter as well. + </para> <example> <title>Set the <quote>default_socket</quote> parameter</title> <programlisting format="linespecific">