From 48e707b6aa6bdeb119b3ae3dc764874aac591e1e Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 25 Jan 2007 01:54:39 +0000 Subject: Merged revisions 52163 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r52163 | file | 2007-01-24 20:51:35 -0500 (Wed, 24 Jan 2007) | 10 lines Merged revisions 52162 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52162 | file | 2007-01-24 20:48:52 -0500 (Wed, 24 Jan 2007) | 2 lines Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52168 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_mixmonitor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/app_mixmonitor.c') diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 6af76d2f5..8023091a1 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -68,7 +68,8 @@ static const char *desc = "" "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() - Adjust the heard volume by a factor of (range -4 to 4)\n" " V() - Adjust the spoken volume by a factor of (range -4 to 4)\n" " W() - Adjust the both heard and spoken volumes by a factor of \n" -- cgit v1.2.3