Skip to content

Commit

Permalink
topos: docs for methods_nocontact parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 21, 2022
1 parent ab714eb commit 1ba5080
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/modules/topos/doc/topos_admin.xml
Expand Up @@ -522,6 +522,25 @@ modparam("topos", "rr_update", 1)
...
modparam("topos", "context", "srvone")
...
</programlisting>
</example>
</section>
<section id="topos.p.methods_nocontact">
<title><varname>methods_nocontact</varname> (str)</title>
<para>
List of SIP methods to skip adding Contact header for.
</para>
<para>
<emphasis>
Default value is <quote>BYE,CANCEL,PRACK</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>methods_nocontact</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("topos", "methods_nocontact", "CANCEL,PRACK")
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit 1ba5080

Please sign in to comment.