Module: kamailio
Branch: master
Commit: 52cee630d367287daa4b15c042b25bec76192e80
URL:
https://github.com/kamailio/kamailio/commit/52cee630d367287daa4b15c042b25be…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-11-27T14:02:31+01:00
modules: readme files regenerated - topoh ... [skip ci]
---
Modified: src/modules/topoh/README
---
Diff:
https://github.com/kamailio/kamailio/commit/52cee630d367287daa4b15c042b25be…
Patch:
https://github.com/kamailio/kamailio/commit/52cee630d367287daa4b15c042b25be…
---
diff --git a/src/modules/topoh/README b/src/modules/topoh/README
index 2fa0f4fd398..f1a761bf8f9 100644
--- a/src/modules/topoh/README
+++ b/src/modules/topoh/README
@@ -162,10 +162,12 @@ modparam("topoh", "mask_key", "some secret
here")
IP address to be used in masked headers to build valid SIP URIs. Can be
any IP address, even a private-space or non-existing IP address (e.g.,
192.168.1.1, 127.0.0.2), including the SIP server address, but must not
- be an address potentially used by clients. It is not used at all for
+ be an address potentially used by clients. If not set, the advertised
+ IP of the incoming or outgoing socket is used. If there is no
+ advertised IP, the IP of the socket is used. It is not used at all for
SIP routing.
- Default value is "127.0.0.8".
+ Default value is empty.
Example 1.2. Set mask_ip parameter
...