Skip to content

Commit

Permalink
Update sipcapture README xml with callid_aleg_header description
Browse files Browse the repository at this point in the history
  • Loading branch information
giavac committed Oct 29, 2015
1 parent 70ecc62 commit e28d745
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/sipcapture/doc/sipcapture_admin.xml
Expand Up @@ -446,6 +446,26 @@ modparam("sipcapture", "insert_retries", 5)
<programlisting format="linespecific">
...
modparam("sipcapture", "insert_retry_timeout", 10)
...
</programlisting>
</example>
</section>
<section id="sipcapture.p.callid_aleg_header">
<title><varname>callid_aleg_header</varname> (str)</title>
<para>
Header name used to correlate A-leg with B-leg. It can take a list of headers,
separated by semicolon, e.g. "X-CID0;X-CID1". First match wins.
</para>
<para>
<emphasis>
Default value is "X-CID".
</emphasis>
</para>
<example>
<title>Set <varname>callid_aleg_header</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("sipcapture", "callid_aleg_header", "X-CallIDALeg")
...
</programlisting>
</example>
Expand Down

0 comments on commit e28d745

Please sign in to comment.