Module: kamailio
Branch: 5.3
Commit: 781a20ab23738d8a3639f3b973bb07df41b0735f
URL: https://github.com/kamailio/kamailio/commit/781a20ab23738d8a3639f3b973bb07d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-04-22T15:01:26+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/nathelper/README
---
Diff: https://github.com/kamailio/kamailio/commit/781a20ab23738d8a3639f3b973bb07d…
Patch: https://github.com/kamailio/kamailio/commit/781a20ab23738d8a3639f3b973bb07d…
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 048372ae96..7cafc18603 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -273,11 +273,11 @@ modparam("nathelper", "natping_interval", 10)
4.3. ping_nated_only (integer)
- If this parameter is set to 1 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 the behind
+ NAT “nat_bflag” 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,
+ If it is 0 and sipping_bflag is not set, then the 4-bytes UDP ping is
+ sent to all contacts. If it is 0 and sipping_bflag parameter is set,
then SIP-request-based pinging is sent to all contacts.
Default value is 0.
Module: kamailio
Branch: master
Commit: 0b207f621cf5e245ece384fa4f31d34ffd1b82db
URL: https://github.com/kamailio/kamailio/commit/0b207f621cf5e245ece384fa4f31d34…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-04-22T15:01:12+02:00
modules: readme files regenerated - nathelper ... [skip ci]
---
Modified: src/modules/nathelper/README
---
Diff: https://github.com/kamailio/kamailio/commit/0b207f621cf5e245ece384fa4f31d34…
Patch: https://github.com/kamailio/kamailio/commit/0b207f621cf5e245ece384fa4f31d34…
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 40c5d7142e..4cfe36880b 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -280,11 +280,11 @@ modparam("nathelper", "natping_interval", 10)
4.3. ping_nated_only (integer)
- If this parameter is set to 1 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 the behind
+ NAT “nat_bflag” 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,
+ If it is 0 and sipping_bflag is not set, then the 4-bytes UDP ping is
+ sent to all contacts. If it is 0 and sipping_bflag parameter is set,
then SIP-request-based pinging is sent to all contacts.
Default value is 0.
Module: kamailio
Branch: 5.3
Commit: a82c6a6c4d7836e6cac586872bdc384abb657c60
URL: https://github.com/kamailio/kamailio/commit/a82c6a6c4d7836e6cac586872bdc384…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-04-22T12:53:41Z
nathelper: update flag documenation
(cherry picked from commit 95fa98e254ae85b29fa80a8cddde3442b69ca9dc)
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a82c6a6c4d7836e6cac586872bdc384…
Patch: https://github.com/kamailio/kamailio/commit/a82c6a6c4d7836e6cac586872bdc384…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index b5a5b08167..2ab9f00ff8 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -173,13 +173,13 @@ modparam("nathelper", "natping_interval", 10)
<title><varname>ping_nated_only</varname> (integer)</title>
<para>
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.
+ the behind NAT <quote>nat_bflag</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.
+ If it is 0 and sipping_bflag is not set, then the 4-bytes UDP ping
+ is sent to all contacts. If it is 0 and sipping_bflag parameter
+ is set, then SIP-request-based pinging is sent to all contacts.
</para>
<para>
<emphasis>
Module: kamailio
Branch: 5.2
Commit: befc5dcc3607eda3b837197109faeda411bcb549
URL: https://github.com/kamailio/kamailio/commit/befc5dcc3607eda3b837197109faeda…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-04-22T12:53:15Z
nathelper: update flag documenation
(cherry picked from commit 95fa98e254ae85b29fa80a8cddde3442b69ca9dc)
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/befc5dcc3607eda3b837197109faeda…
Patch: https://github.com/kamailio/kamailio/commit/befc5dcc3607eda3b837197109faeda…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index e3c47e2d70..591bdc54cd 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -173,13 +173,13 @@ modparam("nathelper", "natping_interval", 10)
<title><varname>ping_nated_only</varname> (integer)</title>
<para>
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.
+ the behind NAT <quote>nat_bflag</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.
+ If it is 0 and sipping_bflag is not set, then the 4-bytes UDP ping
+ is sent to all contacts. If it is 0 and sipping_bflag parameter
+ is set, then SIP-request-based pinging is sent to all contacts.
</para>
<para>
<emphasis>