Ver código fonte

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

Kamailio Dev 5 anos atrás
pai
commit
0feab05b61
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      src/modules/dispatcher/README

+ 4 - 1
src/modules/dispatcher/README

@@ -1572,12 +1572,15 @@ kamcmd dispatcher.ping_active 0
      * _group_: destination group id
      * _group_: destination group id
      * _address_: address of the destination in the _group_
      * _address_: address of the destination in the _group_
      * _flags_ (optional): as described in the list file format, default 0
      * _flags_ (optional): as described in the list file format, default 0
+     * _attrs_ (optional): as described in the list file format, default
+       ""
 
 
    Example:
    Example:
 ...
 ...
-# prototype: kamcmd dispatcher.add _group_ _address_ _flags_
+# prototype: kamcmd dispatcher.add _group_ _address_ _flags_ _attrs_
 kamcmd dispatcher.add 2 sip:127.0.0.1:5080
 kamcmd dispatcher.add 2 sip:127.0.0.1:5080
 kamcmd dispatcher.add 3 sip:127.0.0.1:5075 8
 kamcmd dispatcher.add 3 sip:127.0.0.1:5075 8
+kamcmd dispatcher.add 3 sip:127.0.0.1:5075 0 duid=abc;socket=udp:127.0.0.1:5060
 ...
 ...
 
 
 5.7.  dispatcher.remove
 5.7.  dispatcher.remove