From: Joshua Colp Date: Thu, 25 Jan 2007 01:48:52 +0000 (+0000) Subject: Add another note about audio files being played back to each bridged party. (issue... X-Git-Tag: 1.2.15~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245cdf50ba097ff9735097020d71bbad0ccf5d13;p=thirdparty%2Fasterisk.git 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/branches/1.2@52162 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 3fa0468ab0..189efac010 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -61,7 +61,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"