[svn-commits] lmadsen: trunk r197828 - /trunk/apps/app_mixmonitor.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 28 17:04:04 CDT 2009


Author: lmadsen
Date: Thu May 28 17:04:00 2009
New Revision: 197828

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197828
Log:
Update documentation in MixMonitor.
Updated the MixMonitor documentation for the 'b' option so that
it is more obvious that you must not optimize away the Local
channel when using this option.

(closes issue #14829)
Reported by: licedey
Tested by: mmichelson, licedey, lmadsen

Modified:
    trunk/apps/app_mixmonitor.c

Modified: trunk/apps/app_mixmonitor.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_mixmonitor.c?view=diff&rev=197828&r1=197827&r2=197828
==============================================================================
--- trunk/apps/app_mixmonitor.c (original)
+++ trunk/apps/app_mixmonitor.c Thu May 28 17:04:00 2009
@@ -68,6 +68,9 @@
 					<option name="b">
 						<para>Only save audio to the file while the channel is bridged.</para>
 						<note><para>Does not include conferences or sounds played to each bridged party</para></note>
+						<note><para>If you utilize this option inside a Local channel, you must make sure the Local
+						channel is not optimized away. To do this, be sure to call your Local channel with the
+						<literal>/n</literal> option. For example: Dial(Local/start at mycontext/n)</para></note>
 					</option>
 					<option name="v">
 						<para>Adjust the <emphasis>heard</emphasis> volume by a factor of <replaceable>x</replaceable>




More information about the svn-commits mailing list