Skip to content

Commit

Permalink
uac_redirect: docs - added section ids
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 17, 2018
1 parent bbabc77 commit b6e4ebc
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/modules/uac_redirect/doc/uac_redirect_admin.xml
Expand Up @@ -123,7 +123,7 @@

<section>
<title>Parameters</title>
<section>
<section id="uac_redirect.p.default_filter">
<title><varname>default_filter</varname> (string)</title>
<para>
The default behavior in filtering contacts. It may be
Expand All @@ -144,7 +144,7 @@ modparam("uac_redirect","default_filter","deny")
</programlisting>
</example>
</section>
<section>
<sectionid="uac_redirect.p.deny_filter">
<title><varname>deny_filter</varname> (string)</title>
<para>
The regular expression for default deny filtering. It makes sense
Expand Down Expand Up @@ -176,7 +176,7 @@ modparam("uac_redirect","deny_filter",".*@siphub\.net")
</programlisting>
</example>
</section>
<section>
<sectionid="uac_redirect.p.accept_filter">
<title><varname>accept_filter</varname> (string)</title>
<para>
The regular expression for default accept filtering. It makes sense
Expand Down Expand Up @@ -208,7 +208,7 @@ modparam("uac_redirect","accept_filter",".*@siphub\.net")
</programlisting>
</example>
</section>
<section>
<section id="uac_redirect.p.acc_function">
<title><varname>acc_function</varname> (string)</title>
<para>
Specifies the accounting function to be used. Just by defining
Expand Down Expand Up @@ -248,7 +248,7 @@ modparam("uac_redirect","acc_function","acc_db_request")
</programlisting>
</example>
</section>
<section>
<section id="uac_redirect.p.acc_db_table">
<title><varname>acc_db_table</varname> (string)</title>
<para>
Specifies the accounting table to be used if DB accounting was
Expand All @@ -273,7 +273,7 @@ modparam("uac_redirect","acc_db_table","acc_redirect")
</programlisting>
</example>
</section>
<section>
<section id="uac_redirect.p.bflags">
<title><varname>bflags</varname> (int)</title>
<para>
This parameter defines the branch-flags to be set for new, added branch.
Expand Down Expand Up @@ -306,7 +306,7 @@ branch_route[1] {

<section>
<title>Functions</title>
<section>
<section id="uac_redirect.f.set_deny_filter">
<title>
<function moreinfo="none">set_deny_filter(filter,flags)
</function>
Expand Down Expand Up @@ -356,7 +356,7 @@ set_deny_filter(".*@domain1.net","");
</example>
</section>

<section>
<section id="uac_redirect.f.set_accept_filter">
<title>
<function moreinfo="none">set_accept_filter(filter,flags)
</function>
Expand Down Expand Up @@ -406,7 +406,7 @@ set_accept_filter(".*@domain1.net","");
</example>
</section>

<section>
<section id="uac_redirect.f.get_redirects1">
<title>
<function moreinfo="none">get_redirects(max)</function>
</title>
Expand Down Expand Up @@ -465,7 +465,7 @@ get_redirects("*");
</example>
</section>

<section>
<section id="uac_redirect.f.get_redirects2">
<title>
<function moreinfo="none">get_redirects(max,reason)</function>
</title>
Expand Down Expand Up @@ -556,7 +556,5 @@ failure_route[REDIRECT_ACC] {

</section>



</chapter>

0 comments on commit b6e4ebc

Please sign in to comment.