Skip to content

Commit

Permalink
dialplan: documentation for append_branch parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 26, 2017
1 parent 4c65f4f commit 55a98c8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/modules/dialplan/doc/dialplan_admin.xml
Expand Up @@ -383,6 +383,28 @@ modparam("dialplan", "fetch_rows", 4000)
<programlisting format="linespecific">
...
modparam("dialplan", "match_dynamic", 1)
...
</programlisting>
</example>
</section>
<section id="dialplan.p.append_branch">
<title><varname>append_branch</varname> (int)</title>
<para>
If set to 1, the module appends a new outgoing branch when request
URI (r-uri) or its user part are changed by dp_translate() or
dp_replace() inside a failure_route block. Set it to 0 if the branch
should not be added.
</para>
<para>
<emphasis>
Default value is <quote>1</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>append_branch</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("dialplan", "append_branch", 0)
...
</programlisting>
</example>
Expand Down

0 comments on commit 55a98c8

Please sign in to comment.