[sr-dev] git:5.5:307af87b: topos: documentation fixed for contact_host xavu parameter

Henning Westerholt hw at skalatan.de
Tue Jun 15 15:36:31 CEST 2021


Module: kamailio
Branch: 5.5
Commit: 307af87b17fdadce2d38794b85933f6b202d1313
URL: https://github.com/kamailio/kamailio/commit/307af87b17fdadce2d38794b85933f6b202d1313

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at 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/307af87b17fdadce2d38794b85933f6b202d1313.diff
Patch: https://github.com/kamailio/kamailio/commit/307af87b17fdadce2d38794b85933f6b202d1313.patch

---

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";
 ...




More information about the sr-dev mailing list