[sr-dev] git:master:c67c568a: auth_db: document flag 0 for auth_check function

Henning Westerholt hw at gilawa.com
Mon Mar 21 15:12:23 CET 2022


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

Author: Henning Westerholt <hw at gilawa.com>
Committer: Henning Westerholt <hw at gilawa.com>
Date: 2022-03-21T14:11:32Z

auth_db: document flag 0 for auth_check function

---

Modified: src/modules/auth_db/doc/auth_db_admin.xml

---

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

---

diff --git a/src/modules/auth_db/doc/auth_db_admin.xml b/src/modules/auth_db/doc/auth_db_admin.xml
index 422738e869..e112332b40 100644
--- a/src/modules/auth_db/doc/auth_db_admin.xml
+++ b/src/modules/auth_db/doc/auth_db_admin.xml
@@ -549,7 +549,8 @@ if (!proxy_authorize("$fd", "subscriber)) {
 			match the authentication user. All other requests: From header must
 			match the authentication user. If bit 2 is set as well (flags==3),
 			the ID check is skipped for INVITE, BYE, PRACK, UPDATE, MESSAGE
-			- these requests can come with anonymous caller id.
+			- these requests can come with anonymous caller id. If set to 0,
+			then all user checks are skipped.
 			</para>
 			<para>
 			Additionally all domains in the checked URIs and the realm in the




More information about the sr-dev mailing list