Module: sip-router
Branch: master
Commit: 289c33fcaf2cc93dfad517c8b7bb2a9fcfb4b773
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=289c33f…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Wed Feb 12 05:11:03 2014 +0200
modules/lcr: fixed name of ping_inactivate_threshold param in README
---
modules/lcr/README | 8 ++++----
modules/lcr/doc/lcr_admin.xml | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules/lcr/README b/modules/lcr/README
index 733f59d..58268cf 100644
--- a/modules/lcr/README
+++ b/modules/lcr/README
@@ -64,7 +64,7 @@ Juha Heinanen
3.37. dont_strip_or_tag_flag (integer)
3.38. fetch_rows (integer)
3.39. ping_interval (integer)
- 3.40. ping_inactive_threshold (integer)
+ 3.40. ping_inactivate_threshold (integer)
3.41. ping_valid_reply_codes (string)
3.42. ping_from (string)
3.43. ping_socket (string)
@@ -199,7 +199,7 @@ Chapter 1. Admin Guide
3.37. dont_strip_or_tag_flag (integer)
3.38. fetch_rows (integer)
3.39. ping_interval (integer)
- 3.40. ping_inactive_threshold (integer)
+ 3.40. ping_inactivate_threshold (integer)
3.41. ping_valid_reply_codes (string)
3.42. ping_from (string)
3.43. ping_socket (string)
@@ -351,7 +351,7 @@ Chapter 1. Admin Guide
3.37. dont_strip_or_tag_flag (integer)
3.38. fetch_rows (integer)
3.39. ping_interval (integer)
- 3.40. ping_inactive_threshold (integer)
+ 3.40. ping_inactivate_threshold (integer)
3.41. ping_valid_reply_codes (string)
3.42. ping_from (string)
3.43. ping_socket (string)
@@ -831,7 +831,7 @@ modparam("lcr", "fetch_rows", 3000)
modparam("lcr", "ping_interval", 15)
...
-3.40. ping_inactive_threshold (integer)
+3.40. ping_inactivate_threshold (integer)
Tells after how many failures (= inactivate_gw() function calls) a
gateway is marked as inactive.
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index 8271cfe..fcd8d55 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -1032,7 +1032,7 @@ modparam("lcr", "ping_interval", 15)
</section>
<section>
- <title><varname>ping_inactive_threshold</varname>
(integer)</title>
+ <title><varname>ping_inactivate_threshold</varname>
(integer)</title>
<para>
Tells after how many failures (= inactivate_gw() function
calls) a gateway is marked as inactive.
@@ -1040,16 +1040,16 @@ modparam("lcr", "ping_interval", 15)
<para>
<emphasis>
Default value is <quote>1</quote>, i.e., gateway is
- marked inactive after first failure.
+ inactivated after first failure.
</emphasis>
</para>
<example>
<title>
- Set <varname>ping_inactive_threshold</varname> parameter
+ Set <varname>ping_inactivate_threshold</varname> parameter
</title>
<programlisting format="linespecific">
...
-modparam("lcr", "ping_inactive_threshold", 3)
+modparam("lcr", "ping_inactivate_threshold", 3)
...
</programlisting>
</example>