Module: kamailio
Branch: master
Commit: e052fd8507115065b566912a6146dce329b19408
URL:
https://github.com/kamailio/kamailio/commit/e052fd8507115065b566912a6146dce…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-06-10T07:08:24Z
dispatcher: extend documentation about default behaviour with missing match mode
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/e052fd8507115065b566912a6146dce…
Patch:
https://github.com/kamailio/kamailio/commit/e052fd8507115065b566912a6146dce…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index a910b8480c5..1c9de29ba78 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1764,8 +1764,10 @@ if(ds_list_exists("10")) {
</listitem>
<listitem>
<para><emphasis>mode</emphasis> - (optional) - a bitmask to specify
- how the matching should be done. If parameter is 0, all ip, port and
- proto are matched and active status is ignored.
+ how the matching should be done. If the parameter is missing,
+ the matching is done with ignoring the protocol (value 2).
+ 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