Skip to content

Commit

Permalink
msilo: docs for use_mode parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 11, 2023
1 parent 8ada99e commit 917b608
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/msilo/doc/msilo_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,27 @@ m_store(...);
</example>
</section>

<section id="msilo.p.use_mode">
<title><varname>use_mode</varname> (int)</title>
<para>
If set to 1, the call-id header of incoming MESSAGE is stored and reused
later for delivery MESSAGE.
</para>
<para>
<emphasis>
Default value is <quote>0</quote>.
</emphasis>
</para>
<example>
<title>Set the <quote>use_mode</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("msilo", "use_mode", 1)
...
</programlisting>
</example>
</section>

</section>

<section>
Expand Down

0 comments on commit 917b608

Please sign in to comment.