Module: sip-router Branch: master Commit: c7787aceddc3026675039801055f3cb974b4a010 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7787ace...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Jan 31 01:30:25 2011 +0100
dispatcher(k): documented disabled state
---
modules_k/dispatcher/README | 4 +++- modules_k/dispatcher/doc/dispatcher_admin.xml | 9 ++++++--- 2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/modules_k/dispatcher/README b/modules_k/dispatcher/README index d027958..ea38560 100644 --- a/modules_k/dispatcher/README +++ b/modules_k/dispatcher/README @@ -833,7 +833,9 @@ onreply_route { * _state_ : state of the destination address + “a”: active + “i”: inactive - + “p”: probing + + “d”: disabled + The states “a” or “i” can be followed by “p” to set probing mode + (e.g. 'ap' or 'ip') * _group_: destination group id * _address_: address of the destination in the _group_
diff --git a/modules_k/dispatcher/doc/dispatcher_admin.xml b/modules_k/dispatcher/doc/dispatcher_admin.xml index 4be1f55..960832d 100644 --- a/modules_k/dispatcher/doc/dispatcher_admin.xml +++ b/modules_k/dispatcher/doc/dispatcher_admin.xml @@ -1025,10 +1025,13 @@ onreply_route { <itemizedlist> <listitem><para>_state_ : state of the destination address</para> <itemizedlist> - <listitem><para> <quote>a</quote>: active </para></listitem> - <listitem><para> <quote>i</quote>: inactive </para></listitem> - <listitem><para> <quote>p</quote>: probing </para></listitem> + <listitem><para> <quote>a</quote>: active</para></listitem> + <listitem><para> <quote>i</quote>: inactive</para></listitem> + <listitem><para> <quote>d</quote>: disabled</para></listitem> </itemizedlist> + <para>The states <quote>a</quote> or <quote>i</quote> can be + followed by <quote>p</quote> to set probing mode (e.g. 'ap' + or 'ip')</para> </listitem>
<listitem><para>_group_: destination group id</para></listitem>