[sr-dev] git:5.3:de92bd35: siputils: docs - added section ids for parameters

Daniel-Constantin Mierla miconda at gmail.com
Thu Jul 2 09:55:47 CEST 2020


Module: kamailio
Branch: 5.3
Commit: de92bd3500c28be19e8e86cb48dad0e42061269a
URL: https://github.com/kamailio/kamailio/commit/de92bd3500c28be19e8e86cb48dad0e42061269a

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-07-02T09:46:23+02:00

siputils: docs - added section ids for parameters

(cherry picked from commit ec0b1d31f1d667abdcd7cce7fbfff110583e271c)

---

Modified: src/modules/siputils/doc/siputils_admin.xml

---

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

---

diff --git a/src/modules/siputils/doc/siputils_admin.xml b/src/modules/siputils/doc/siputils_admin.xml
index a430f85cc9..d7ef042486 100644
--- a/src/modules/siputils/doc/siputils_admin.xml
+++ b/src/modules/siputils/doc/siputils_admin.xml
@@ -72,7 +72,7 @@
 
 	<section>
 		<title>Parameters</title>
-		<section>
+		<section id="siputils.p.ring_timeout">
 			<title><varname>ring_timeout</varname> (int)</title>
 			<para>
 			Timeout value in seconds, define how long the call-id is stored in the internal list kept for replacing 183 messages  with 180.
@@ -92,7 +92,7 @@ modparam("siputils", "ring_timeout", 30)
 				</programlisting>
 			</example>
 		</section>
-			<section>
+		<section id="siputils.p.options_accept">
 		<title><varname>options_accept</varname> (string)</title>
 		<para>
 			This parameter is the content of the Accept header field.
@@ -115,7 +115,7 @@ modparam("siputils", "options_accept", "application/*")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="siputils.p.options_accept_encoding">
 		<title><varname>options_accept_encoding</varname> (string)</title>
 		<para>
 			This parameter is the content of the Accept-Encoding header field.
@@ -137,7 +137,7 @@ modparam("siputils", "options_accept_encoding", "gzip")
 		</example>
 	</section>
 
-		<section>
+		<section id="siputils.p.contact_flds_separator">
 		<title><varname>contact_flds_separator</varname> (string)</title>
 		<para>
 		First char of this parameter is used as separator for encoding/decoding 
@@ -170,7 +170,7 @@ modparam("siputils", "contact_flds_separator", "-")
 	</section>
 
 
-	<section>
+	<section id="siputils.p.options_accept_language">
 		<title><varname>options_accept_language</varname> (string)</title>
 		<para>
 			This parameter is the content of the Accept-Language header field.
@@ -193,7 +193,7 @@ modparam("siputils", "options_accept_language", "de")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="siputils.p.options_support">
 		<title><varname>options_support</varname> (string)</title>
 		<para>
 			This parameter is the content of the Support header field,
@@ -215,7 +215,7 @@ modparam("siputils", "options_support", "100rel")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="siputils.p.rpid_prefix">
 		<title><varname>rpid_prefix</varname> (string)</title>
 		<para>
 		Prefix to be added to Remote-Party-ID header field just before 
@@ -231,7 +231,7 @@ modparam("auth", "rpid_prefix", "Whatever <")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="siputils.p.rpid_suffix">
 		<title><varname>rpid_suffix</varname> (string)</title>
 		<para>
 		Suffix to be added to Remote-Party-ID header field after the URI 
@@ -248,7 +248,7 @@ modparam("auth", "rpid_suffix", "@1.2.3.4>")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="siputils.p.rpid_avp">
 		<title><varname>rpid_avp</varname> (string)</title>
 		<para>
 			Full AVP specification for the AVP which 




More information about the sr-dev mailing list