Skip to content

Commit

Permalink
modules: readme files regenerated - modules ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jun 22, 2020
1 parent d232e2e commit 12b4bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/uac/README
Expand Up @@ -420,7 +420,7 @@ modparam("uac","credential","username:domain:password")

Example 1.9. Set auth_realm_avp parameter
...
modparam("uac","auth_realm_avp","$avp(i:10)")
modparam("uac","auth_realm_avp","$avp(arealm)")
...

3.10. auth_username_avp (string)
Expand All @@ -434,7 +434,7 @@ modparam("uac","auth_realm_avp","$avp(i:10)")

Example 1.10. Set auth_username_avp parameter
...
modparam("uac","auth_username_avp","$avp(i:11)")
modparam("uac","auth_username_avp","$avp(auser)")
...

3.11. auth_password_avp (string)
Expand All @@ -448,7 +448,7 @@ modparam("uac","auth_username_avp","$avp(i:11)")

Example 1.11. Set auth_password_avp parameter
...
modparam("uac","auth_password_avp","$avp(i:12)")
modparam("uac","auth_password_avp","$avp(apasswd)")
...

3.12. reg_db_url (string)
Expand Down

0 comments on commit 12b4bf6

Please sign in to comment.