[sr-dev] git:master:e052fd85: dispatcher: extend documentation about default behaviour with missing match mode

Henning Westerholt hw at gilawa.com
Fri Jun 10 09:08:57 CEST 2022


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

Author: Henning Westerholt <hw at gilawa.com>
Committer: Henning Westerholt <hw at 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/e052fd8507115065b566912a6146dce329b19408.diff
Patch: https://github.com/kamailio/kamailio/commit/e052fd8507115065b566912a6146dce329b19408.patch

---

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




More information about the sr-dev mailing list