Module: kamailio Branch: master Commit: 315be997e8e6d3466d5d1d89b155566dab6168d5 URL: https://github.com/kamailio/kamailio/commit/315be997e8e6d3466d5d1d89b155566d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@github.com Date: 2017-04-11T17:34:48+02:00
Merge pull request #1067 from mslehto/filter_server_id
modules/nathelper: add undocumented filter_server_id
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/315be997e8e6d3466d5d1d89b155566d... Patch: https://github.com/kamailio/kamailio/commit/315be997e8e6d3466d5d1d89b155566d...
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml index fa5ca7b..d08f80c 100644 --- a/src/modules/nathelper/doc/nathelper_admin.xml +++ b/src/modules/nathelper/doc/nathelper_admin.xml @@ -439,6 +439,28 @@ modparam("nathelper", "append_sdp_oldmediaip", 1) </programlisting> </example> </section> + + <section id="nathelper.p.filter_server_id"> + <title><varname>filter_server_id</varname> (int)</title> + <para> + Filter contacts by <quote>server_id</quote> core parameter. + Use this parameter to limit pinging. When set to <quote>1</quote>, + only proxy instances which send packets are those where core server_id + matches server_id saved in usrloc. + <emphasis> + Default value is <quote>0</quote> (disabled). + </emphasis> + </para> + <example> + <title>Set <varname>filter_server_id</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("nathelper", "filter_server_id", 1) +... +</programlisting> + </example> + </section> + </section>