Module: kamailio
Branch: 5.2
Commit: 06d6009624ec5f537838e23afc491043e6edae75
URL:
https://github.com/kamailio/kamailio/commit/06d6009624ec5f537838e23afc49104…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-08-09T16:37:44+02:00
uac: fix another copy and paste error in docs
(cherry picked from commit 85994cda0a9413836386d595aab1657d1412ec8b)
---
Modified: src/modules/uac/doc/uac_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/06d6009624ec5f537838e23afc49104…
Patch:
https://github.com/kamailio/kamailio/commit/06d6009624ec5f537838e23afc49104…
---
diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 4ff984d7bf..b9caf288ac 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -327,7 +327,7 @@
modparam("uac","credential","username:domain:password")
If you define it, you also need to define
<quote>auth_username_avp</quote>
(<xref linkend="uac.p.auth_username_avp"/>) and
- <quote>auth_username_avp</quote>
+ <quote>auth_password_avp</quote>
(<xref linkend="uac.p.auth_password_avp"/>).
</emphasis></para>
<example>
@@ -349,7 +349,7 @@
modparam("uac","auth_realm_avp","$avp(i:10)")
If you define it, you also need to define
<quote>auth_realm_avp</quote>
(<xref linkend="uac.p.auth_realm_avp"/>) and
- <quote>auth_username_avp</quote>
+ <quote>auth_password_avp</quote>
(<xref linkend="uac.p.auth_password_avp"/>).
</emphasis></para>
<example>
@@ -369,7 +369,7 @@
modparam("uac","auth_username_avp","$avp(i:11)")
</para>
<para><emphasis>
If you define it, you also need to define
- <quote>auth_password_avp</quote>
+ <quote>auth_realm_avp</quote>
(<xref linkend="uac.p.auth_realm_avp"/>) and
<quote>auth_username_avp</quote>
(<xref linkend="uac.p.auth_username_avp"/>).