From 8f7eca3cdadd42ae2bf30a603b5b50c95f33937e Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 11 Jul 2018 18:39:19 +0200 Subject: [PATCH] nathelper: docs - note about the behavior of ping_nated_only=0 with sipping_flag set --- src/modules/nathelper/doc/nathelper_admin.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml index 975f579d93e..e3c47e2d700 100644 --- a/src/modules/nathelper/doc/nathelper_admin.xml +++ b/src/modules/nathelper/doc/nathelper_admin.xml @@ -172,11 +172,16 @@ modparam("nathelper", "natping_interval", 10)
<varname>ping_nated_only</varname> (integer) - If this variable is set then only contacts that have - behind_NAT flag in user location database set will + 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.