[sr-dev] git:master:85994cda: uac: fix another copy and paste error in docs

Henning Westerholt hw at skalatan.de
Fri Aug 9 16:36:57 CEST 2019


Module: kamailio
Branch: master
Commit: 85994cda0a9413836386d595aab1657d1412ec8b
URL: https://github.com/kamailio/kamailio/commit/85994cda0a9413836386d595aab1657d1412ec8b

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-08-09T16:36:49+02:00

uac: fix another copy and paste error in docs

---

Modified: src/modules/uac/doc/uac_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/85994cda0a9413836386d595aab1657d1412ec8b.diff
Patch: https://github.com/kamailio/kamailio/commit/85994cda0a9413836386d595aab1657d1412ec8b.patch

---

diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 1967dcb91c..31072325db 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"/>).




More information about the sr-dev mailing list