[svn-commits] lmadsen: branch 1.6.2 r197894 - in /branches/1.6.2: ./ apps/app_mixmonitor.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 28 18:54:24 CDT 2009


Author: lmadsen
Date: Thu May 28 18:54:16 2009
New Revision: 197894

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197894
Log:
Merged revisions 197828 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r197828 | lmadsen | 2009-05-28 18:04:00 -0400 (Thu, 28 May 2009) | 8 lines
  
  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:
    branches/1.6.2/   (props changed)
    branches/1.6.2/apps/app_mixmonitor.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/apps/app_mixmonitor.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_mixmonitor.c?view=diff&rev=197894&r1=197893&r2=197894
==============================================================================
--- branches/1.6.2/apps/app_mixmonitor.c (original)
+++ branches/1.6.2/apps/app_mixmonitor.c Thu May 28 18:54:16 2009
@@ -67,6 +67,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