Module: kamailio Branch: master Commit: e87feb9f11c1dde9710bf3ef3ef5e6626b735233 URL: https://github.com/kamailio/kamailio/commit/e87feb9f11c1dde9710bf3ef3ef5e662...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-10-24T15:01:48+02:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/e87feb9f11c1dde9710bf3ef3ef5e662... Patch: https://github.com/kamailio/kamailio/commit/e87feb9f11c1dde9710bf3ef3ef5e662...
---
diff --git a/src/modules/topos/README b/src/modules/topos/README index e745e4b9cf..d75a9de697 100644 --- a/src/modules/topos/README +++ b/src/modules/topos/README @@ -172,7 +172,7 @@ modparam("topos", "mask_callid", 1)
3.4. sanity_checks (int)
- If set to 1, topoh module will bind to sanity module in order to + If set to 1, topos module will bind to sanity module in order to perform sanity checks over received SIP request. Default sanity checks are done. It is useful to check if received request is well formatted before proceeding to encoding/decoding. @@ -181,7 +181,7 @@ modparam("topos", "mask_callid", 1)
Example 1.4. Set sanity_checks parameter ... -modparam("topoh", "sanity_checks", 1) +modparam("topos", "sanity_checks", 1) ...
3.5. branch_expire (int)