Module: kamailio
Branch: master
Commit: f5f681c43a4736e4ec3ce5f16e11e61305384d79
URL:
https://github.com/kamailio/kamailio/commit/f5f681c43a4736e4ec3ce5f16e11e61…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-05-16T13:31:19+02:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff:
https://github.com/kamailio/kamailio/commit/f5f681c43a4736e4ec3ce5f16e11e61…
Patch:
https://github.com/kamailio/kamailio/commit/f5f681c43a4736e4ec3ce5f16e11e61…
---
diff --git a/src/modules/topos/README b/src/modules/topos/README
index 1f8e8c191d..be21cb2ef5 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -171,6 +171,7 @@ Chapter 1. Admin Guide
requests).
* database module - to store the data for topology stripping and
restoring.
+ * topoh module - in case of Call-ID mask for Call-ID masking.
2.2. External Libraries or Applications
@@ -228,11 +229,11 @@ modparam("topos", "db_url",
"dbdriver://username:password@dbhost/dbname")
3.3. mask_callid (int)
- Note: this functionality is not implemented yet - the parameter is
- present in order to be in pair with topoh module.
-
- Whether to replace or not the Call-ID with another unique id generated
- by Kamailio.
+ Whether to encode the Call-id: header. Some SIP extensions include the
+ Call-id in the SIP message payload or header, so it is safe to not
+ encode Call-id in such cases. Well-known extensions such as call
+ transfer or conference join will be added to work with encoded Call-id.
+ Topoh module should be loaded with use_mode paramerter set to 1
Default value is 0 (do not mask).