Module: kamailio Branch: master Commit: 7470ab6d16200f011dc33aad5ad4e89483af12e6 URL: https://github.com/kamailio/kamailio/commit/7470ab6d16200f011dc33aad5ad4e894...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-10-31T17:16:14+01:00
modules: readme files regenerated - dispatcher ... [skip ci]
---
Modified: src/modules/dispatcher/README
---
Diff: https://github.com/kamailio/kamailio/commit/7470ab6d16200f011dc33aad5ad4e894... Patch: https://github.com/kamailio/kamailio/commit/7470ab6d16200f011dc33aad5ad4e894...
---
diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index 1949131062..a460ffff60 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -1296,9 +1296,10 @@ if(ds_list_exists("10")) { 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. If bit one is - set, then port is ignored. If bit two is set, then protocol is - ignored. The parameter can be an integer or a variable holding an + 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