Module: kamailio Branch: master Commit: b3d9da5c5e80e42e550c4cf56c29aee1ab068c92 URL: https://github.com/kamailio/kamailio/commit/b3d9da5c5e80e42e550c4cf56c29aee1...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-08-12T21:01:45+02:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/b3d9da5c5e80e42e550c4cf56c29aee1... Patch: https://github.com/kamailio/kamailio/commit/b3d9da5c5e80e42e550c4cf56c29aee1...
---
diff --git a/src/modules/topos/README b/src/modules/topos/README index d75a9de697..d430714543 100644 --- a/src/modules/topos/README +++ b/src/modules/topos/README @@ -197,7 +197,11 @@ modparam("topos", "branch_expire", 300)
3.6. dialog_expire (int)
- Interval in seconds after which the dialog records are deleted. + Interval in seconds after which the dialog records are deleted. Keep in + 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.
Default value is 10800 (3 hours).