Module: kamailio
Branch: 5.2
Commit: 82bbbd443977ee45c87958265ef064c94689c17c
URL:
https://github.com/kamailio/kamailio/commit/82bbbd443977ee45c87958265ef064c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-08-09T16:46:36+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff:
https://github.com/kamailio/kamailio/commit/82bbbd443977ee45c87958265ef064c…
Patch:
https://github.com/kamailio/kamailio/commit/82bbbd443977ee45c87958265ef064c…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 552353e17e..4ea666a9de 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -403,8 +403,9 @@
modparam("uac","credential","username:domain:password")
This can be used if the realm upstream will be using is not known in
advance.
- If you define it, you also need to define “auth_username_avp” (???) and
- “auth_username_avp” (???).
+ If you define it, you also need to define “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
...
@@ -416,8 +417,9 @@
modparam("uac","auth_realm_avp","$avp(i:10)")
The definition of an AVP that might contain the username to be used to
perform authentication.
- If you define it, you also need to define “auth_realm_avp” (???) and
- “auth_username_avp” (???).
+ If you define it, you also need to define “auth_realm_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
...
@@ -429,8 +431,9 @@
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” (???) and
- “auth_username_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)”).
Example 1.11. Set auth_password_avp parameter
...