Browse Source

modules: readme files regenerated - dispatcher ... [skip ci]

Kamailio Dev 7 years ago
parent
commit
0997892bc9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/modules/dispatcher/README

+ 3 - 1
src/modules/dispatcher/README

@@ -1238,12 +1238,14 @@ onreply_route {
        The states “a”, “i” or “t” can be followed by “p” to set probing
        mode (e.g. 'ap', 'ip' or 'tp').
      * _group_: destination group id
-     * _address_: address of the destination in the _group_
+     * _address_: address of the destination in the _group_ or 'all' to
+       update all destinations in the group
 
    Example:
 ...
 # prototype: kamcmd dispatcher.set_state _state_ _group_ _address_
 kamcmd dispatcher.set_state ip 2 sip:127.0.0.1:5080
+kamcmd dispatcher.set_state ip 3 all
 ...
 
 5.2.  dispatcher.list