Module: kamailio
Branch: master
Commit: d1f1b08e757955158b73841f344b993d52b26d29
URL:
https://github.com/kamailio/kamailio/commit/d1f1b08e757955158b73841f344b993…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-01-16T09:01:41+01:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff:
https://github.com/kamailio/kamailio/commit/d1f1b08e757955158b73841f344b993…
Patch:
https://github.com/kamailio/kamailio/commit/d1f1b08e757955158b73841f344b993…
---
diff --git a/src/modules/topos/README b/src/modules/topos/README
index cf4bce61f6..c921117131 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -84,7 +84,10 @@ Chapter 1. Admin Guide
The module is transparent for the configuration writer. It only needs
to be loaded (tune the parameters if needed).
- It works for SIP MESSAGE requests.
+ 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
+ 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.
2. Dependencies
@@ -95,7 +98,8 @@ Chapter 1. Admin Guide
The following modules must be loaded before this module:
* rr module - server must perform record routing to ensure in-dialog
- requests are encoded/decoded.
+ requests are encoded/decoded (it must be done for all initial
+ requests).
* database module - to store the data for topology stripping and
restoring.