|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
<title>&adminguide;</title>
|
|
<title>&adminguide;</title>
|
|
|
|
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.overview">
|
|
<title>Overview</title>
|
|
<title>Overview</title>
|
|
<para>
|
|
<para>
|
|
The module implements all of the operations that handle the Max-Forward
|
|
The module implements all of the operations that handle the Max-Forward
|
|
@@ -27,7 +27,7 @@
|
|
and an error response is sent to the UAC.
|
|
and an error response is sent to the UAC.
|
|
</para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.dependencies">
|
|
<title>Dependencies</title>
|
|
<title>Dependencies</title>
|
|
<section>
|
|
<section>
|
|
<title>&kamailio; Modules</title>
|
|
<title>&kamailio; Modules</title>
|
|
@@ -60,7 +60,7 @@
|
|
|
|
|
|
<section>
|
|
<section>
|
|
<title>Parameters</title>
|
|
<title>Parameters</title>
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.p.max_limit">
|
|
<title><varname>max_limit</varname> (integer)</title>
|
|
<title><varname>max_limit</varname> (integer)</title>
|
|
<para>
|
|
<para>
|
|
Set an upper limit for the max-forward value in the outgoing requests.
|
|
Set an upper limit for the max-forward value in the outgoing requests.
|
|
@@ -93,7 +93,7 @@ modparam("maxfwd", "max_limit", 32)
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.f.maxfwd_process">
|
|
<title>Functions</title>
|
|
<title>Functions</title>
|
|
<section>
|
|
<section>
|
|
<title>
|
|
<title>
|
|
@@ -158,7 +158,7 @@ if (!maxfwd_process("10") && $retcode==-1) {
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.f.mf_process_maxfwd_header">
|
|
<title>
|
|
<title>
|
|
<function moreinfo="none">mf_process_maxfwd_header(max_value)</function>
|
|
<function moreinfo="none">mf_process_maxfwd_header(max_value)</function>
|
|
</title>
|
|
</title>
|
|
@@ -176,7 +176,7 @@ if (!maxfwd_process("10") && $retcode==-1) {
|
|
</para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.f.is_maxfwd_lt">
|
|
<title>
|
|
<title>
|
|
<function moreinfo="none">is_maxfwd_lt(max_value)</function>
|
|
<function moreinfo="none">is_maxfwd_lt(max_value)</function>
|
|
</title>
|
|
</title>
|
|
@@ -235,7 +235,7 @@ if ( is_maxfwd_lt("1") ) {
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.f.maxfwd_at_least">
|
|
<title>
|
|
<title>
|
|
<function moreinfo="none">maxfwd_at_least(max_value)</function>
|
|
<function moreinfo="none">maxfwd_at_least(max_value)</function>
|
|
</title>
|
|
</title>
|
|
@@ -244,7 +244,7 @@ if ( is_maxfwd_lt("1") ) {
|
|
</para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
- <section>
|
|
|
|
|
|
+ <section id="maxfwd.f.mf_lowlimit">
|
|
<title>
|
|
<title>
|
|
<function moreinfo="none">mf_lowlimit(max_value)</function>
|
|
<function moreinfo="none">mf_lowlimit(max_value)</function>
|
|
</title>
|
|
</title>
|