Skip to content

Commit

Permalink
modules: readme files regenerated - uac ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Aug 1, 2017
1 parent d1d2dda commit e39dd79
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/modules/uac/README
Expand Up @@ -380,9 +380,8 @@ 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”
(Section 3.10, “auth_username_avp (string)”) and “auth_username_avp”
(Section 3.11, “auth_password_avp (string)”).
If you define it, you also need to define “auth_username_avp” (???) and
“auth_username_avp” (???).

Example 1.9. Set auth_realm_avp parameter
...
Expand All @@ -394,9 +393,8 @@ 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”
(Section 3.9, “auth_realm_avp (string)”) and “auth_username_avp”
(Section 3.11, “auth_password_avp (string)”).
If you define it, you also need to define “auth_realm_avp” (???) and
“auth_username_avp” (???).

Example 1.10. Set auth_username_avp parameter
...
Expand All @@ -408,9 +406,8 @@ 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”
(Section 3.11, “auth_password_avp (string)”) and “auth_username_avp”
(Section 3.11, “auth_password_avp (string)”).
If you define it, you also need to define “auth_password_avp” (???) and
“auth_username_avp” (???).

Example 1.11. Set auth_password_avp parameter
...
Expand Down

0 comments on commit e39dd79

Please sign in to comment.