[sr-dev] git:master:36d94144: modules: readme files regenerated - dispatcher ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Fri Dec 13 18:46:18 CET 2019


Module: kamailio
Branch: master
Commit: 36d941442496a51e265bdb96362624b667a40132
URL: https://github.com/kamailio/kamailio/commit/36d941442496a51e265bdb96362624b667a40132

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-12-13T18:46:09+01:00

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

---

Modified: src/modules/dispatcher/README

---

Diff:  https://github.com/kamailio/kamailio/commit/36d941442496a51e265bdb96362624b667a40132.diff
Patch: https://github.com/kamailio/kamailio/commit/36d941442496a51e265bdb96362624b667a40132.patch

---

diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index 6929bfaf84..7408b51713 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -1295,24 +1295,24 @@ if(ds_list_exists("10")) {
 
    Description of parameters:
      * groupid (optional) - if not given or its value is -1, the matching
-       will be done over all addresses in all dispacher groups. Otherwise
+       will be done over all addresses in all dispatcher groups. Otherwise
        the matching will be done only against the addresses in the
        specific group id. The parameter can be an integer or a variable
        holding an integer value.
      * mode - (optional) - a bitmask to specify how the matching should be
-       done. If is 0, all ip, port and proto are matched and active status
-       is ignored. If bit one is set, then port is ignored. If bit two is
-       set, then protocol is ignored. If bit three is set, then state must
-       be active. The parameter can be an integer or a variable holding an
-       integer value. It must be provided if the uri parameter is
-       provided.
-     * uri (optional) - if is empty or missing, the matching is done
-       against source IP, port and protocol. Otherwise the value has to be
-       a valid SIP URI, used to match against addresses in the dispatcher
-       list. Only IP, port and protocol are matches, any additional
-       parameters are ignored. The parameter can be a static or dynamic
-       (with variables) string. The domain part of the URI can be an IP
-       address or a hostname.
+       done. If parameter is 0, all ip, port and proto are matched and
+       active status is ignored. If bit one is set, then port is ignored.
+       If bit two is set, then protocol is ignored. If bit three is set,
+       then state must be active. The parameter can be an integer or a
+       variable holding an integer value. It must be provided if the uri
+       parameter is provided.
+     * uri (optional) - if parameter is empty or missing, the matching is
+       done against source IP, port and protocol. Otherwise the value has
+       to be a valid SIP URI, used to match against addresses in the
+       dispatcher list. Only IP, port and protocol are matches, any
+       additional parameters are ignored. The parameter can be a static or
+       dynamic (with variables) string. The domain part of the URI can be
+       an IP address or a hostname.
 
    Upon a match, the variable specified by 'setid_pvname' parameter will
    be set to groupid of matching address and the attributes will be set in




More information about the sr-dev mailing list