|
@@ -10,7 +10,7 @@
|
|
<!-- Module Admin Guide -->
|
|
<!-- Module Admin Guide -->
|
|
|
|
|
|
<chapter xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<chapter xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
- <title>&adminguide;</title>
|
|
|
|
|
|
+ <title>Admin Guide</title>
|
|
|
|
|
|
<section id="overview">
|
|
<section id="overview">
|
|
<title>Overview</title>
|
|
<title>Overview</title>
|
|
@@ -82,7 +82,7 @@ http://www.b2bua.org/wiki/RTPproxy</ulink>).
|
|
The URL to connect to the database for the mohqueue tables.
|
|
The URL to connect to the database for the mohqueue tables.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
-<emphasis>Default value for Kamailio.</emphasis>
|
|
|
|
|
|
+<emphasis>Default is the same value used by Kamailio.</emphasis>
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
<title>Set <varname>db_url</varname>:</title>
|
|
<title>Set <varname>db_url</varname>:</title>
|
|
@@ -102,7 +102,7 @@ the queues and <varname>db_ctable</varname> is the table that
|
|
maintains the call status.
|
|
maintains the call status.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
-<emphasis>"MOHQUEUES" for <varname>db_qtable</varname> and
|
|
|
|
|
|
+<emphasis>Default is "MOHQUEUES" for <varname>db_qtable</varname> and
|
|
"MOHQCALLS" for <varname>db_ctable</varname>.</emphasis>
|
|
"MOHQCALLS" for <varname>db_ctable</varname>.</emphasis>
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
@@ -124,7 +124,7 @@ are usually relative to this directory although the value can be
|
|
overridden by a directory specified in the queues table.
|
|
overridden by a directory specified in the queues table.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
-<emphasis>None. If not set by the module it must be defined in the
|
|
|
|
|
|
+<emphasis>Default is None. If not set by the module it must be defined in the
|
|
queues table.</emphasis>
|
|
queues table.</emphasis>
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
@@ -147,14 +147,13 @@ processing power of the server or the number of available rtpproxy
|
|
ports.
|
|
ports.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
-<emphasis>None. If not set by the module it must be defined in the
|
|
|
|
-queues table.</emphasis>
|
|
|
|
|
|
+<emphasis>Default value is 50.</emphasis>
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
- <title>Set default directory for audio files:</title>
|
|
|
|
|
|
+ <title>Set maximum calls to 200.</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
...
|
|
...
|
|
-modparam ("mohqueue", "mohdir", "/var/kamailio/MOH")
|
|
|
|
|
|
+modparam ("mohqueue", "moh_maxcalls", 200)
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
@@ -515,7 +514,7 @@ payload types.
|
|
<function moreinfo="none">mohqueue.debug</function>
|
|
<function moreinfo="none">mohqueue.debug</function>
|
|
</title>
|
|
</title>
|
|
<para>
|
|
<para>
|
|
-Turns <ulink url="#mohqueues.dbase">debugging</ulink> on or off for a queue. The first paramater is the queue name and the second is a number indicating whether debugging should be turned off or on (0=off, <>0=on).
|
|
|
|
|
|
+Turns <ulink url="#mohqueues.dbase">debugging</ulink> on or off for a queue. The first paramater is the queue name and the second is a number indicating whether debugging should be turned off or on (0=off, <>0=on).
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
<title><function>rpc.debug</function> usage:</title>
|
|
<title><function>rpc.debug</function> usage:</title>
|