Module: kamailio Branch: master Commit: dc46d8eb102d4390a5cb257ee1ac9a0cc7528551 URL: https://github.com/kamailio/kamailio/commit/dc46d8eb102d4390a5cb257ee1ac9a0c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-10-12T13:36:53+02:00
topoh: docs for mask_mode parameter
---
Modified: src/modules/topoh/doc/topoh_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/dc46d8eb102d4390a5cb257ee1ac9a0c... Patch: https://github.com/kamailio/kamailio/commit/dc46d8eb102d4390a5cb257ee1ac9a0c...
---
diff --git a/src/modules/topoh/doc/topoh_admin.xml b/src/modules/topoh/doc/topoh_admin.xml index ff98338f027..c8718b81a79 100644 --- a/src/modules/topoh/doc/topoh_admin.xml +++ b/src/modules/topoh/doc/topoh_admin.xml @@ -133,6 +133,29 @@ modparam("topoh", "mask_ip", "192.168.0.1") ... modparam("topoh", "mask_callid", 1) ... +</programlisting> + </example> + </section> + <section id="topoh.p.mask_mode"> + <title><varname>mask_mode</varname> (integer)</title> + <para> + Control when and what parts of SIP message are masked. + </para> + <para> + It works as a bitmask value. The following options are available: + (1) - skip masking Contact headers in 3XX (redirect) replies. + </para> + <para> + <emphasis> + Default value is 0. + </emphasis> + </para> + <example> + <title>Set <varname>mask_mode</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("topoh", "mask_mode", 1) +... </programlisting> </example> </section>