[asterisk-commits] file: branch 1.2 r52162 - /branches/1.2/apps/app_mixmonitor.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jan 24 18:48:52 MST 2007


Author: file
Date: Wed Jan 24 19:48:52 2007
New Revision: 52162

URL: http://svn.digium.com/view/asterisk?view=rev&rev=52162
Log:
Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy)

Modified:
    branches/1.2/apps/app_mixmonitor.c

Modified: branches/1.2/apps/app_mixmonitor.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_mixmonitor.c?view=diff&rev=52162&r1=52161&r2=52162
==============================================================================
--- branches/1.2/apps/app_mixmonitor.c (original)
+++ branches/1.2/apps/app_mixmonitor.c Wed Jan 24 19:48:52 2007
@@ -61,7 +61,8 @@
 "Valid options:\n"
 " a      - Append to the file instead of overwriting it.\n"
 " b      - Only save audio to the file while the channel is bridged.\n"
-"          Note: does not include conferences.\n"
+"          Note: Does not include conferences or sounds played to each bridged\n"
+"                party.\n"
 " v(<x>) - Adjust the heard volume by a factor of <x> (range -4 to 4)\n"	
 " V(<x>) - Adjust the spoken volume by a factor of <x> (range -4 to 4)\n"	
 " W(<x>) - Adjust the both heard and spoken volumes by a factor of <x>\n"



More information about the asterisk-commits mailing list