Module: kamailio Branch: master Commit: 40073c9975ee256cebbfe60f27d1b07c977395d0 URL: https://github.com/kamailio/kamailio/commit/40073c9975ee256cebbfe60f27d1b07c...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2021-06-15T09:59:00Z
topos: documentation fixed for contact_host xavu parameter
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/40073c9975ee256cebbfe60f27d1b07c... Patch: https://github.com/kamailio/kamailio/commit/40073c9975ee256cebbfe60f27d1b07c...
---
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"; ...