Module: sip-router
Branch: master
Commit: 7560e490b643642e79ed8dd95c575c08906e0608
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7560e49…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Sep 7 21:28:39 2010 +0200
dispatcher(k): updated docs with default value for ds_ping_interval
- in source code is 0
- reported by Klaus Darilion
---
modules_k/dispatcher/README | 9 +++++----
modules_k/dispatcher/doc/dispatcher_admin.xml | 7 ++++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/modules_k/dispatcher/README b/modules_k/dispatcher/README
index 35b73c3..b458910 100644
--- a/modules_k/dispatcher/README
+++ b/modules_k/dispatcher/README
@@ -456,11 +456,12 @@ Note
3.18. ds_ping_interval (int)
- With this Method you can define the interval for sending a request to a
- failed gateway. This parameter is only used, when the TM-Module is
- loaded. If set to “0”, the pinging of failed requests is disabled.
+ With this parameter you can define the interval for sending a request
+ to a gateway marked as inactive upon a failed request routing to it.
+ This parameter is only used, when the TM-Module is loaded. If set to
+ “0”, the pinging of inactive gateway is disabled.
- Default value is “10”.
+ Default value is “0”.
Example 1.19. Set the “ds_ping_interval” parameter
...
diff --git a/modules_k/dispatcher/doc/dispatcher_admin.xml
b/modules_k/dispatcher/doc/dispatcher_admin.xml
index e7d7012..592e7f9 100644
--- a/modules_k/dispatcher/doc/dispatcher_admin.xml
+++ b/modules_k/dispatcher/doc/dispatcher_admin.xml
@@ -456,13 +456,14 @@ modparam("dispatcher", "force_dst", 1)
<section>
<title><varname>ds_ping_interval</varname> (int)</title>
<para>
- With this Method you can define the interval for sending a request to a failed
gateway.
+ With this parameter you can define the interval for sending a request
+ to a gateway marked as inactive upon a failed request routing to it.
This parameter is only used, when the TM-Module is loaded.
- If set to <quote>0</quote>, the pinging of failed requests is disabled.
+ If set to <quote>0</quote>, the pinging of inactive gateway is disabled.
</para>
<para>
<emphasis>
- Default value is <quote>10</quote>.
+ Default value is <quote>0</quote>.
</emphasis>
</para>
<example>