Module: kamailio Branch: master Commit: b8fc507c9dee07f1a0b7af01d24142240bcd8fa4 URL: https://github.com/kamailio/kamailio/commit/b8fc507c9dee07f1a0b7af01d2414224...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/b8fc507c9dee07f1a0b7af01d2414224... Patch: https://github.com/kamailio/kamailio/commit/b8fc507c9dee07f1a0b7af01d2414224...
---
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>