diff --git a/src/modules/msilo/doc/msilo_admin.xml b/src/modules/msilo/doc/msilo_admin.xml index 189ee5ee9e6..1c4a0d0e06d 100644 --- a/src/modules/msilo/doc/msilo_admin.xml +++ b/src/modules/msilo/doc/msilo_admin.xml @@ -297,6 +297,36 @@ modparam("msilo", "sc_snd_time", "send_reminder_time") ... modparam("msilo", "sc_stored_hdrs", "extra_headers") ... + + + +
+ <varname>sc_callid</varname> (string) + + The name of the column in silo table, storing callid. + + Default value is callid. + + Set the <quote>sc_callid</quote> parameter + +... +modparam("msilo", "sc_callid", "call_id") +... + + +
+
+ <varname>sc_callid</varname> (string) + + The name of the column in silo table, storing status. + + Default value is status. + + Set the <quote>sc_status</quote> parameter + +... +modparam("msilo", "sc_status", "st") +...