Skip to content

Commit

Permalink
msilo: docs for parms to set column names for callid and status
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 11, 2023
1 parent cdd6b96 commit 38514a7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/modules/msilo/doc/msilo_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,36 @@ modparam("msilo", "sc_snd_time", "send_reminder_time")
...
modparam("msilo", "sc_stored_hdrs", "extra_headers")
...
</programlisting>
</example>
</section>
<section id="msilo.p.sc_callid">
<title><varname>sc_callid</varname> (string)</title>
<para>
The name of the column in silo table, storing callid.
</para>
<para>Default value is <quote>callid</quote>.</para>
<example>
<title>Set the <quote>sc_callid</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("msilo", "sc_callid", "call_id")
...
</programlisting>
</example>
</section>
<section id="msilo.p.sc_status">
<title><varname>sc_callid</varname> (string)</title>
<para>
The name of the column in silo table, storing status.
</para>
<para>Default value is <quote>status</quote>.</para>
<example>
<title>Set the <quote>sc_status</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("msilo", "sc_status", "st")
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit 38514a7

Please sign in to comment.