Module: kamailio Branch: 5.6 Commit: b2a64563acc69a6c69ca462e137a1b5b84062248 URL: https://github.com/kamailio/kamailio/commit/b2a64563acc69a6c69ca462e137a1b5b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-07-06T09:25:06+02:00
topos: docs - small updates to module description
(cherry picked from commit b8fc507c9dee07f1a0b7af01d24142240bcd8fa4)
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b2a64563acc69a6c69ca462e137a1b5b... Patch: https://github.com/kamailio/kamailio/commit/b2a64563acc69a6c69ca462e137a1b5b...
---
diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml index dee94df414c..e0c7a2288c7 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>