[sr-dev] git:master:4e659b5f: topos: docs - more explicit info about required use of record_route()

Daniel-Constantin Mierla miconda at gmail.com
Tue Jan 16 08:47:33 CET 2018


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-01-16T08:46:39+01:00

topos: docs - more explicit info about required use of record_route()

---

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

---

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

---

diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml
index bda8ab766d..3320bf3642 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -26,7 +26,10 @@
 		loaded (tune the parameters if needed).
 	</para>
 	<para>
-		It works for SIP MESSAGE requests.
+		It also works for SIP MESSAGE or other requests that do not create
+		a call dialog -- record_route() must be used for them as well, the
+		headers are not going to be in the messages sent to the network, they
+		are needed to know local addresses used to communicate with each side.
 	</para>
 	</section>
 	<section>
@@ -39,7 +42,8 @@
 			<listitem>
 			<para>
 				<emphasis>rr module</emphasis> - server must perform record
-				routing to ensure in-dialog requests are encoded/decoded.
+				routing to ensure in-dialog requests are encoded/decoded (it
+				must be done for all initial requests).
 			</para>
 			</listitem>
 			<listitem>




More information about the sr-dev mailing list