Skip to content

Commit

Permalink
siputils: docs - added section ids for parameters
Browse files Browse the repository at this point in the history
(cherry picked from commit ec0b1d3)
  • Loading branch information
miconda authored and henningw committed Oct 2, 2020
1 parent 7640e7c commit 96e406c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/modules/siputils/doc/siputils_admin.xml
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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,
Expand All @@ -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
Expand All @@ -231,7 +231,7 @@ modparam("auth", "rpid_prefix", "Whatever &lt;")
</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
Expand All @@ -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
Expand Down

0 comments on commit 96e406c

Please sign in to comment.