Module: kamailio Branch: master Commit: ab118fab76bc38abf245f7e3f19741489201defc URL: https://github.com/kamailio/kamailio/commit/ab118fab76bc38abf245f7e3f1974148...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-07-11T18:46:24+02:00
modules: readme files regenerated - nathelper ... [skip ci]
---
Modified: src/modules/nathelper/README
---
Diff: https://github.com/kamailio/kamailio/commit/ab118fab76bc38abf245f7e3f1974148... Patch: https://github.com/kamailio/kamailio/commit/ab118fab76bc38abf245f7e3f1974148...
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README index f21f198336..2e09145288 100644 --- a/src/modules/nathelper/README +++ b/src/modules/nathelper/README @@ -279,8 +279,12 @@ modparam("nathelper", "natping_interval", 10)
4.3. ping_nated_only (integer)
- If this variable is set then only contacts that have “behind_NAT” flag - in user location database set will get ping. + If this parameter is set to 1 then only contacts that have “behind_NAT” + flag in user location database set will get ping. + + If it is 0 and sipping_flag is not set, then the 4-bytes UDP ping is + sent to all contacts. If it is 0 and sipping_flag parameter is set, + then SIP-request-based pinging is sent to all contacts.
Default value is 0.