[sr-dev] git:master:a877e707: topos: docs - fixed title for xavu_cfg example [skip ci]

Daniel-Constantin Mierla miconda at gmail.com
Fri Apr 2 10:11:52 CEST 2021


Module: kamailio
Branch: master
Commit: a877e707c7768307886c67a8c64a5c524eac06f4
URL: https://github.com/kamailio/kamailio/commit/a877e707c7768307886c67a8c64a5c524eac06f4

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-04-02T10:11:01+02:00

topos: docs - fixed title for xavu_cfg example [skip ci]

- groupped xavu parameters

---

Modified: src/modules/topos/doc/topos_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/a877e707c7768307886c67a8c64a5c524eac06f4.diff
Patch: https://github.com/kamailio/kamailio/commit/a877e707c7768307886c67a8c64a5c524eac06f4.patch

---

diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml
index ba622f13a6..b13902929f 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -393,7 +393,7 @@ modparam("topos", "cparam_name", "xyz")
 		</emphasis>
 		</para>
 		<example>
-		<title>Set <varname>xavu_filed_a_contact</varname> parameter</title>
+		<title>Set <varname>xavu_cfg</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
 modparam("topos", "xavu_cfg", "_tps_")
@@ -449,26 +449,6 @@ modparam("topos", "xavu_filed_b_contact", "b_contact")
 ...
     $xavu(_tps_=>b_contact) = "...";
 
-...
-</programlisting>
-		</example>
-	</section>
-	<section id="topos.p.rr_update">
-		<title><varname>rr_update</varname> (int)</title>
-		<para>
-			If set to 1, topos module will track and update record
-			route changes on re-invite.
-		</para>
-		<para>
-		<emphasis>
-			Default value is 0 (do not update record route changes within dialog).
-		</emphasis>
-		</para>
-		<example>
-		<title>Set <varname>rr_update</varname> parameter</title>
-		<programlisting format="linespecific">
-...
-modparam("topos", "rr_update", 1)
 ...
 </programlisting>
 		</example>
@@ -500,6 +480,26 @@ modparam("topos", "xavu_contact_host", "contact_host")
 ...
     $xavu(_tps_=>contact_host) = "kamailio.org";
 ...
+</programlisting>
+		</example>
+	</section>
+	<section id="topos.p.rr_update">
+		<title><varname>rr_update</varname> (int)</title>
+		<para>
+			If set to 1, topos module will track and update record
+			route changes on re-invite.
+		</para>
+		<para>
+		<emphasis>
+			Default value is 0 (do not update record route changes within dialog).
+		</emphasis>
+		</para>
+		<example>
+		<title>Set <varname>rr_update</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("topos", "rr_update", 1)
+...
 </programlisting>
 		</example>
 	</section>




More information about the sr-dev mailing list