Module: kamailio
Branch: master
Commit: 8f7eca3cdadd42ae2bf30a603b5b50c95f33937e
URL:
https://github.com/kamailio/kamailio/commit/8f7eca3cdadd42ae2bf30a603b5b50c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-07-11T18:39:19+02:00
nathelper: docs - note about the behavior of ping_nated_only=0 with sipping_flag set
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/8f7eca3cdadd42ae2bf30a603b5b50c…
Patch:
https://github.com/kamailio/kamailio/commit/8f7eca3cdadd42ae2bf30a603b5b50c…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml
b/src/modules/nathelper/doc/nathelper_admin.xml
index 975f579d93..e3c47e2d70 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)
<section id="nathelper.p.ping_nated_only">
<title><varname>ping_nated_only</varname> (integer)</title>
<para>
- If this variable is set then only contacts that have
- <quote>behind_NAT</quote> flag in user location database set will
+ If this parameter is set to 1 then only contacts that have
+ <quote>behind_NAT</quote> flag in user location database set will
get ping.
</para>
<para>
+ 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.
+ </para>
+ <para>
<emphasis>
Default value is 0.
</emphasis>