Module: kamailio Branch: master Commit: 6c5895c302f669ab679bdaec10514a7b04dcde18 URL: https://github.com/kamailio/kamailio/commit/6c5895c302f669ab679bdaec10514a7b...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2021-03-09T10:46:25+01:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README Modified: src/modules/topos_redis/README
---
Diff: https://github.com/kamailio/kamailio/commit/6c5895c302f669ab679bdaec10514a7b... Patch: https://github.com/kamailio/kamailio/commit/6c5895c302f669ab679bdaec10514a7b...
---
diff --git a/src/modules/topos/README b/src/modules/topos/README index 1dcff2ad07..39a113ce36 100644 --- a/src/modules/topos/README +++ b/src/modules/topos/README @@ -10,7 +10,13 @@ Daniel-Constantin Mierla
+Frederic Gaisnon + + frederic.gaisnon@gmail.com + Copyright © 2016 FhG FOKUS + + Copyright © 2021 MomentTech __________________________________________________________________
Table of Contents @@ -112,8 +118,8 @@ Chapter 1. Admin Guide 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 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 + know local addresses used to communicate with each side. This module is + designed to work for presence (SUBSCRIBE-based) dialogs too. The REGISTER and PUBLISH requests are skipped from processing by this module, expected to be terminated on a local SIP server.
@@ -225,7 +231,10 @@ modparam("topos", "branch_expire", 300) mind that the module does not update the dialog timestamp after the initial call setup on re-INVITEs or other in-dialog messages. So set a large enough value (according your longest call duration) to prevent - problems in re-writing messages. + problems in re-writing messages. This key is only relevant for INVITE + dialog. SUBSCRIBE dialog records lifetime are based on value set in + expires header. Moreover each re-SUBSCRIBEs update the dialog + timestamp.
Default value is 10800 (3 hours).
diff --git a/src/modules/topos_redis/README b/src/modules/topos_redis/README index c1b038dffc..619902729f 100644 --- a/src/modules/topos_redis/README +++ b/src/modules/topos_redis/README @@ -10,9 +10,15 @@ Daniel-Constantin Mierla
+Frederic Gaisnon + + frederic.gaisnon@gmail.com + Copyright © 2017 kamailio.org
Copyright © 2017 flowroute.com + + Copyright © 2021 MomentTech __________________________________________________________________
Table of Contents