|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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.
|
|
@@ -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>
|
|
@@ -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>
|
|
@@ -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>
|
|
@@ -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>
|
|
@@ -556,7 +556,5 @@ failure_route[REDIRECT_ACC] {
|
|
|
|
|
|
</section>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
</chapter>
|
|
|
|