features: Update documentation for automon and automixmon

The current documentation is out of date and does not reflect actual
behaviour.  This change makes documentation clearer and accurately
reflect the purpose of relevant channel variables.

ASTERISK-30123

Change-Id: I160d0b01fce862477ad55ac1aa708a730473eb6f
pull/27/head
Trevor Peirce 3 years ago committed by George Joseph
parent 5fe9887701
commit 938383aff3

@ -184,30 +184,34 @@
</description> </description>
</configOption> </configOption>
<configOption name="automon"> <configOption name="automon">
<synopsis>DTMF sequence to start or stop monitoring a call</synopsis> <synopsis>DTMF sequence to start or stop Monitor on a call</synopsis>
<description> <description>
<para>This will cause the channel that pressed the DTMF sequence <para>This will cause the channel that pressed the DTMF sequence
to be monitored by the <literal>Monitor</literal> application. The to be monitored by the <literal>Monitor</literal> application. The
format for the recording is determined by the <replaceable>TOUCH_MONITOR_FORMAT</replaceable> format for the recording is determined by the <replaceable>TOUCH_MONITOR_FORMAT</replaceable>
channel variable. If this variable is not specified, then <literal>wav</literal> is the channel variable. If this variable is not specified, then <literal>wav</literal> is the
default. The filename is constructed in the following manner:</para> default. The filename is constructed in the following manner:</para>
<para> prefix-timestamp-suffix.fmt</para>
<para> prefix-timestamp-filename</para>
<para>where prefix is either the value of the <replaceable>TOUCH_MONITOR_PREFIX</replaceable> <para>where prefix is either the value of the <replaceable>TOUCH_MONITOR_PREFIX</replaceable>
channel variable or <literal>auto</literal> if the variable is not set. The timestamp channel variable or <literal>auto</literal> if the variable is not set. The timestamp
is a UNIX timestamp. The filename is either the value of the <replaceable>TOUCH_MONITOR</replaceable> is a UNIX timestamp. The suffix is either the value of the <replaceable>TOUCH_MONITOR</replaceable>
channel variable or the callerID of the channels if the variable is not set.</para> channel variable or the callerID of the channels if the variable is not set.</para>
</description> </description>
<see-also><ref type="configOption">automixmon</ref></see-also>
</configOption> </configOption>
<configOption name="automixmon"> <configOption name="automixmon">
<synopsis>DTMF sequence to start or stop mixmonitoring a call </synopsis> <synopsis>DTMF sequence to start or stop MixMonitor on a call</synopsis>
<description> <description>
<para>Operation of the automixmon is similar to the <literal> automon </literal> <para>This will cause the channel that pressed the DTMF sequence
feature, with the following exceptions: to be monitored by the <literal>MixMonitor</literal> application. The
<replaceable>TOUCH_MIXMONITOR</replaceable> is used in place of <replaceable>TOUCH_MONITOR</replaceable> format for the recording is determined by the <replaceable>TOUCH_MIXMONITOR_FORMAT</replaceable>
<replaceable>TOUCH_MIXMONITOR_FORMAT</replaceable> is used in place of <replaceable>TOUCH_MIXMONITOR</replaceable> channel variable. If this variable is not specified, then <literal>wav</literal> is the
There is no equivalent for <replaceable>TOUCH_MONITOR_PREFIX</replaceable>. <literal>"auto"</literal> is always how the filename begins.</para> default. The filename is constructed in the following manner:</para>
<para> prefix-timestamp-suffix.fmt</para>
<para>where prefix is either the value of the <replaceable>TOUCH_MIXMONITOR_PREFIX</replaceable>
channel variable or <literal>auto</literal> if the variable is not set. The timestamp
is a UNIX timestamp. The suffix is either the value of the <replaceable>TOUCH_MIXMONITOR</replaceable>
channel variable or the callerID of the channels if the variable is not set.</para>
</description> </description>
<see-also><ref type="configOption">automon</ref></see-also> <see-also><ref type="configOption">automon</ref></see-also>
</configOption> </configOption>

Loading…
Cancel
Save