From da115fae61f5e1aa5e29edd4a7a9e5a9bcd291f0 Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Fri, 13 Dec 2019 19:32:52 +0200 Subject: [PATCH] dispatcher: Minor documentation improvement for ds_is_from_list() --- src/modules/dispatcher/doc/dispatcher_admin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 87a7735b1d8..4c9430a6301 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1568,14 +1568,14 @@ if(ds_list_exists("10")) { groupid (optional) - if not given or its value is -1, the matching will be done over all addresses in - all dispacher groups. Otherwise the matching will be done only + 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 + how the matching should be 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. @@ -1585,7 +1585,7 @@ if(ds_list_exists("10")) { - uri (optional) - if is empty or missing, + 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