[sr-dev] git:5.2:1681a5b2: uac: fix references in docs for AVPs

Henning Westerholt hw at skalatan.de
Fri Aug 9 16:37:58 CEST 2019


Module: kamailio
Branch: 5.2
Commit: 1681a5b22270e1dfcbad8edea2881c24d49e847d
URL: https://github.com/kamailio/kamailio/commit/1681a5b22270e1dfcbad8edea2881c24d49e847d

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

uac: fix references in docs for AVPs

(cherry picked from commit a5360fa28d8394bf420915645ecd0658dcd1c7b8)

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/1681a5b22270e1dfcbad8edea2881c24d49e847d.diff
Patch: https://github.com/kamailio/kamailio/commit/1681a5b22270e1dfcbad8edea2881c24d49e847d.patch

---

diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 3964c9afc5..4ff984d7bf 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -326,9 +326,9 @@ modparam("uac","credential","username:domain:password")
 			<para><emphasis>
 				If you define it, you also need to define
 				<quote>auth_username_avp</quote>
-				(<xref linkend="uac.p.auth-username-avp-id"/>) and
+				(<xref linkend="uac.p.auth_username_avp"/>) and
 				<quote>auth_username_avp</quote>
-				(<xref linkend="uac.p.auth-password-avp-id"/>).
+				(<xref linkend="uac.p.auth_password_avp"/>).
 			</emphasis></para>
 			<example>
 				<title>Set <varname>auth_realm_avp</varname> parameter</title>
@@ -348,9 +348,9 @@ modparam("uac","auth_realm_avp","$avp(i:10)")
 			<para><emphasis>
 				If you define it, you also need to define
 				<quote>auth_realm_avp</quote>
-				(<xref linkend="uac.p.auth-realm-avp-id"/>) and
+				(<xref linkend="uac.p.auth_realm_avp"/>) and
 				<quote>auth_username_avp</quote>
-				(<xref linkend="uac.p.auth-password-avp-id"/>).
+				(<xref linkend="uac.p.auth_password_avp"/>).
 			</emphasis></para>
 			<example>
 				<title>Set <varname>auth_username_avp</varname> parameter</title>
@@ -370,9 +370,9 @@ modparam("uac","auth_username_avp","$avp(i:11)")
 			<para><emphasis>
 				If you define it, you also need to define
 				<quote>auth_password_avp</quote>
-				(<xref linkend="uac.p.auth-password-avp-id"/>) and
+				(<xref linkend="uac.p.auth_realm_avp"/>) and
 				<quote>auth_username_avp</quote>
-				(<xref linkend="uac.p.auth-password-avp-id"/>).
+				(<xref linkend="uac.p.auth_username_avp"/>).
 			</emphasis></para>
 			<example>
 				<title>Set <varname>auth_password_avp</varname> parameter</title>




More information about the sr-dev mailing list