Module: kamailio
Branch: master
Commit: 7628a2c8bf5473bcb6810d38a2551fe95b77b116
URL:
https://github.com/kamailio/kamailio/commit/7628a2c8bf5473bcb6810d38a2551fe…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-08-09T16:46:49+02:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff:
https://github.com/kamailio/kamailio/commit/7628a2c8bf5473bcb6810d38a2551fe…
Patch:
https://github.com/kamailio/kamailio/commit/7628a2c8bf5473bcb6810d38a2551fe…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 533d7b4183..72722e0cc4 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -412,7 +412,7 @@
modparam("uac","credential","username:domain:password")
advance.
If you define it, you also need to define “auth_username_avp”
- (Section 3.10, “auth_username_avp (string)”) and “auth_username_avp”
+ (Section 3.10, “auth_username_avp (string)”) and “auth_password_avp”
(Section 3.11, “auth_password_avp (string)”).
Example 1.9. Set auth_realm_avp parameter
@@ -426,7 +426,7 @@
modparam("uac","auth_realm_avp","$avp(i:10)")
perform authentication.
If you define it, you also need to define “auth_realm_avp”
- (Section 3.9, “auth_realm_avp (string)”) and “auth_username_avp”
+ (Section 3.9, “auth_realm_avp (string)”) and “auth_password_avp”
(Section 3.11, “auth_password_avp (string)”).
Example 1.10. Set auth_username_avp parameter
@@ -439,7 +439,7 @@
modparam("uac","auth_username_avp","$avp(i:11)")
The definition of an AVP that might contain the password to be used to
perform authentication.
- If you define it, you also need to define “auth_password_avp”
+ If you define it, you also need to define “auth_realm_avp”
(Section 3.9, “auth_realm_avp (string)”) and “auth_username_avp”
(Section 3.10, “auth_username_avp (string)”).