From 7470ab6d16200f011dc33aad5ad4e89483af12e6 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 31 Oct 2019 17:16:14 +0100 Subject: [PATCH] modules: readme files regenerated - dispatcher ... [skip ci] --- src/modules/dispatcher/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index 1949131062d..a460ffff60f 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