Module: kamailio
Branch: master
Commit: 878971f2c0bc32233b6f18728f9b88537b3d19e8
URL:
https://github.com/kamailio/kamailio/commit/878971f2c0bc32233b6f18728f9b885…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-09-15T07:33:00+02:00
topos: docs - more details about what SIP traffic is handled
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/878971f2c0bc32233b6f18728f9b885…
Patch:
https://github.com/kamailio/kamailio/commit/878971f2c0bc32233b6f18728f9b885…
---
diff --git a/src/modules/topos/doc/topos_admin.xml
b/src/modules/topos/doc/topos_admin.xml
index 46edd04a6c..973391430b 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -16,20 +16,23 @@
<section>
<title>Overview</title>
<para>
- This module offers topology hiding by stripping the SIP routing
- headers that show topology details.
+ This module offers topology hiding for INVITE-based dialogs, by stripping
+ the SIP routing headers that show topology details .
The script interpreter gets the SIP messages with full content,
so all existing functionality is preserved.
</para>
<para>
The module is transparent for the configuration writer. It only needs to be
- loaded (tune the parameters if needed).
+ loaded (tune the module parameters if needed).
</para>
<para>
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
+ 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
are needed to know local addresses used to communicate with each side.
+ At this moment it is not designed to work for presence (SUBSCRIBE-based)
+ dialogs. The REGISTER and PUBLISH requests are skipped from processing
+ by this module, expected to be terminated on a local SIP server.
</para>
</section>
<section>