[sr-dev] git:master:d2841c66: kex: docs - note that is_myself() does not match with default ports

Daniel-Constantin Mierla miconda at gmail.com
Fri Jul 20 19:41:40 CEST 2018


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-07-20T19:40:42+02:00

kex: docs - note that is_myself() does not match with default ports

---

Modified: src/modules/kex/doc/kex_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/d2841c66304196cbe73c76517f284e49aa0c76b9.diff
Patch: https://github.com/kamailio/kamailio/commit/d2841c66304196cbe73c76517f284e49aa0c76b9.patch

---

diff --git a/src/modules/kex/doc/kex_admin.xml b/src/modules/kex/doc/kex_admin.xml
index b55bfa4be4..9d2a203425 100644
--- a/src/modules/kex/doc/kex_admin.xml
+++ b/src/modules/kex/doc/kex_admin.xml
@@ -350,7 +350,10 @@ pv_printf("$avp(x)", "From: $fU - To: $tU");
 		<title><function moreinfo="none">is_myself(uri)</function></title>
 		<para>
 			Check if the parameter matches the 'myself' condition (i.e., is
-			a local IP or domain).
+			a local IP or domain). Note that if the port is missing in the URI,
+			then no port matching is done (in other words, port matching is
+			skipped -- it does not use default SIP ports 5060 or 5061 for
+			matching).
 		</para>
 		<para>Meaning of the parameters is as follows:</para>
 		<itemizedlist>




More information about the sr-dev mailing list