Module: kamailio Branch: 5.5 Commit: 307af87b17fdadce2d38794b85933f6b202d1313 URL: https://github.com/kamailio/kamailio/commit/307af87b17fdadce2d38794b85933f6b...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2021-06-15T13:36:20Z
topos: documentation fixed for contact_host xavu parameter
(cherry picked from commit 40073c9975ee256cebbfe60f27d1b07c977395d0)
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/307af87b17fdadce2d38794b85933f6b... Patch: https://github.com/kamailio/kamailio/commit/307af87b17fdadce2d38794b85933f6b...
---
diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml index b13902929f..4218dae3fe 100644 --- a/src/modules/topos/doc/topos_admin.xml +++ b/src/modules/topos/doc/topos_admin.xml @@ -453,7 +453,7 @@ modparam("topos", "xavu_filed_b_contact", "b_contact") </programlisting> </example> </section> - <section id="topos.p.xavu_filed_contact_host"> + <section id="topos.p.xavu_field_contact_host"> <title><varname>xavu_field_contact_host</varname> (str)</title> <para> Control from where to take the host part of the Contact header added @@ -476,7 +476,7 @@ modparam("topos", "xavu_filed_b_contact", "b_contact") <programlisting format="linespecific"> ... modparam("topos", "xavu_cfg", "_tps_") -modparam("topos", "xavu_contact_host", "contact_host") +modparam("topos", "xavu_field_contact_host", "contact_host") ... $xavu(_tps_=>contact_host) = "kamailio.org"; ...