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.