Module: sip-router
Branch: master
Commit: b589e42a06feba2382c2b4dbb9e0d56ebe4b6ed1
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b589e42…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Nov 2 10:42:52 2011 +0100
dispatcher(k): added clarifications to ds_probing_mode parameter
---
modules_k/dispatcher/README | 7 ++++---
modules_k/dispatcher/doc/dispatcher_admin.xml | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/modules_k/dispatcher/README b/modules_k/dispatcher/README
index 4d3403d..5feefab 100644
--- a/modules_k/dispatcher/README
+++ b/modules_k/dispatcher/README
@@ -594,9 +594,10 @@ Note
3.23. ds_probing_mode (int)
Controls what gateways are tested to see if they are reachable. If set
- to 0, only the gateways with state PROBING are tested, if set to 1, all
- gateways are tested. If set to 1 and the is failure to the above list,
- an active gateway is set to PROBING state.
+ to 0, only the gateways with state PROBING are tested; if set to 1, all
+ gateways are tested; if set to 2, only gateways in inactive state with
+ probing mode set are tested. If set to 1 and there is a failure of
+ keepalive to an active gateway, then it is set to TRYING state.
Default value is "0".
diff --git a/modules_k/dispatcher/doc/dispatcher_admin.xml
b/modules_k/dispatcher/doc/dispatcher_admin.xml
index 037ad19..158adab 100644
--- a/modules_k/dispatcher/doc/dispatcher_admin.xml
+++ b/modules_k/dispatcher/doc/dispatcher_admin.xml
@@ -588,9 +588,10 @@ modparam("dispatcher", "force_dst", 1)
<title><varname>ds_probing_mode</varname> (int)</title>
<para>
Controls what gateways are tested to see if they are reachable. If set
- to 0, only the gateways with state PROBING are tested, if set to 1, all
- gateways are tested. If set to 1 and the is failure to the above list,
- an active gateway is set to PROBING state.
+ to 0, only the gateways with state PROBING are tested; if set to 1, all
+ gateways are tested; if set to 2, only gateways in inactive state with
+ probing mode set are tested. If set to 1 and there is a failure of keepalive
+ to an active gateway, then it is set to TRYING state.
</para>
<para>
<emphasis>