[sr-dev] git:master:cef21707: topos: docs for rr_update parameter

Daniel-Constantin Mierla miconda at gmail.com
Thu Jan 7 10:31:04 CET 2021


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

Author: balajee <balajee.sv at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-01-07T10:24:13+01:00

topos: docs for rr_update parameter

---

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

---

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

---

diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml
index f5d438ec1c..959e7e0f3e 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -410,6 +410,26 @@ modparam("topos", "a_contact_avp", "$avp(tps-act)")
 ...
 modparam("topos", "b_contact_avp", "$avp(tps-bct)")
 ...
+</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