|
|
@ -119,6 +119,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|
|
|
<para>Records the audio on the current channel to the specified file.</para>
|
|
|
|
<para>Records the audio on the current channel to the specified file.</para>
|
|
|
|
<para>This application does not automatically answer and should be preceeded by
|
|
|
|
<para>This application does not automatically answer and should be preceeded by
|
|
|
|
an application such as Answer or Progress().</para>
|
|
|
|
an application such as Answer or Progress().</para>
|
|
|
|
|
|
|
|
<note><para>MixMonitor runs as an audiohook. In order to keep it running through
|
|
|
|
|
|
|
|
a transfer, AUDIOHOOK_INHERIT must be set for the channel which ran mixmonitor.
|
|
|
|
|
|
|
|
For more information, including dialplan configuration set for using
|
|
|
|
|
|
|
|
AUDIOHOOK_INHERIT with MixMonitor, see the function documentation for
|
|
|
|
|
|
|
|
AUDIOHOOK_INHERIT.</para></note>
|
|
|
|
<variablelist>
|
|
|
|
<variablelist>
|
|
|
|
<variable name="MIXMONITOR_FILENAME">
|
|
|
|
<variable name="MIXMONITOR_FILENAME">
|
|
|
|
<para>Will contain the filename used to record.</para>
|
|
|
|
<para>Will contain the filename used to record.</para>
|
|
|
@ -130,6 +135,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|
|
|
<ref type="application">StopMixMonitor</ref>
|
|
|
|
<ref type="application">StopMixMonitor</ref>
|
|
|
|
<ref type="application">PauseMonitor</ref>
|
|
|
|
<ref type="application">PauseMonitor</ref>
|
|
|
|
<ref type="application">UnpauseMonitor</ref>
|
|
|
|
<ref type="application">UnpauseMonitor</ref>
|
|
|
|
|
|
|
|
<ref type="function">AUDIOHOOK_INHERIT</ref>
|
|
|
|
</see-also>
|
|
|
|
</see-also>
|
|
|
|
</application>
|
|
|
|
</application>
|
|
|
|
<application name="StopMixMonitor" language="en_US">
|
|
|
|
<application name="StopMixMonitor" language="en_US">
|
|
|
|