[sr-dev] git:master:f4a2e75b: uac: add small commented out mode 1 back for uac_auth() function

Henning Westerholt hw at skalatan.de
Wed Oct 28 20:20:33 CET 2020


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

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-10-28T19:20:23Z

uac: add small commented out mode 1 back for uac_auth() function

---

Modified: src/modules/uac/doc/uac_admin.xml

---

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

---

diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 02dd513d27..42fe2d9148 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -877,6 +877,7 @@ failure_route[TRUNKAUTH] {
         $avp(auser) = "test";
         $avp(apass) = "test";
         # $avp(apass) = "36d0a02793542b4961e8348347236dbf";
+        # if (uac_auth("1")) {
         if (uac_auth()) {
             t_relay();
         }




More information about the sr-dev mailing list