[sr-dev] git:master:b8fc507c: topos: docs - small updates to module description

Daniel-Constantin Mierla miconda at gmail.com
Mon Jul 4 15:35:15 CEST 2022


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-07-04T15:34:47+02:00

topos: docs - small updates to module description

---

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

---

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

---

diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml
index 1fb1d1f960..02e7e232d7 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -27,10 +27,12 @@
 	</para>
 	<para>
 		It also works for SIP MESSAGE or other requests that do not create
-		a 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
+		a dialog (e.g., OPTIONS) -- 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.
-                This module is designed to work for presence (SUBSCRIBE-based) dialogs too.
+        This module is designed to work for presence (SUBSCRIBE-based) dialogs too.
+	</para>
+	<para>
 		The REGISTER and PUBLISH requests are skipped from processing
 		by this module, expected to be terminated on a local SIP server.
 	</para>




More information about the sr-dev mailing list