Skip to content

Commit

Permalink
topos: docs - more details about what SIP traffic is handled
Browse files Browse the repository at this point in the history
(cherry picked from commit 878971f)
  • Loading branch information
miconda committed Oct 12, 2020
1 parent 23bdd1f commit 26fb90f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/modules/topos/doc/topos_admin.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 26fb90f

Please sign in to comment.