|
@@ -167,7 +167,7 @@ modparam( "sca", "call_info_max_expires", 1800 )
|
|
<example>
|
|
<example>
|
|
<title>Set <varname>line_seize_max_expires</varname>:</title>
|
|
<title>Set <varname>line_seize_max_expires</varname>:</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
-...
|
|
|
|
|
|
+...
|
|
modparam( "sca", "line_seize_max_expires", 30 )
|
|
modparam( "sca", "line_seize_max_expires", 30 )
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
@@ -196,7 +196,7 @@ modparam( "sca", "line_seize_max_expires", 30 )
|
|
<example>
|
|
<example>
|
|
<title>Set <varname>purge_expired_interval</varname>:</title>
|
|
<title>Set <varname>purge_expired_interval</varname>:</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
-...
|
|
|
|
|
|
+...
|
|
modparam( "sca", "purge_expired_interval", 60 )
|
|
modparam( "sca", "purge_expired_interval", 60 )
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
@@ -235,7 +235,7 @@ modparam( "sca", "db_url", "&defaultdb;" )
|
|
<example>
|
|
<example>
|
|
<title>Set <varname>subs_table</varname> parameter:</title>
|
|
<title>Set <varname>subs_table</varname> parameter:</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
-...
|
|
|
|
|
|
+...
|
|
modparam( "sca", "subs_table", "call_info_subscriptions" )
|
|
modparam( "sca", "subs_table", "call_info_subscriptions" )
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
@@ -246,7 +246,7 @@ modparam( "sca", "subs_table", "call_info_subscriptions" )
|
|
<title><varname>db_update_interval</varname> (integer)</title>
|
|
<title><varname>db_update_interval</varname> (integer)</title>
|
|
<para>
|
|
<para>
|
|
Period in seconds between writes of call-info subscriber
|
|
Period in seconds between writes of call-info subscriber
|
|
- information to the database.
|
|
|
|
|
|
+ information to the database.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
<emphasis>
|
|
<emphasis>
|
|
@@ -350,7 +350,7 @@ if ( is_method( "SUBSCRIBE" )) {
|
|
<emphasis>1 - successful</emphasis>
|
|
<emphasis>1 - successful</emphasis>
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|
|
-
|
|
|
|
|
|
+
|
|
<listitem>
|
|
<listitem>
|
|
<para>
|
|
<para>
|
|
<emphasis>-1 - failed, error logged</emphasis>
|
|
<emphasis>-1 - failed, error logged</emphasis>
|
|
@@ -361,7 +361,7 @@ if ( is_method( "SUBSCRIBE" )) {
|
|
<example>
|
|
<example>
|
|
<title><function>sca_call_info_update</function> usage:</title>
|
|
<title><function>sca_call_info_update</function> usage:</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
-...
|
|
|
|
|
|
+...
|
|
route
|
|
route
|
|
{
|
|
{
|
|
...
|
|
...
|
|
@@ -389,7 +389,7 @@ failure_route[FAILURE_ROUTE]
|
|
sca_call_info_update();
|
|
sca_call_info_update();
|
|
...
|
|
...
|
|
}
|
|
}
|
|
-...
|
|
|
|
|
|
+...
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
@@ -496,7 +496,7 @@ failure_route[FAILURE_ROUTE]
|
|
</listitem>
|
|
</listitem>
|
|
<listitem>
|
|
<listitem>
|
|
<para>
|
|
<para>
|
|
- <emphasis>Appearance State</emphasis>
|
|
|
|
|
|
+ <emphasis>Appearance State</emphasis>
|
|
(seized, ringing, progressing, active, held, held-private)
|
|
(seized, ringing, progressing, active, held, held-private)
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|