From a343c73f4cb83a6dd752468b11bfa6b48898bd0f Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Thu, 28 May 2009 23:59:10 +0000 Subject: [PATCH] Update MixMonitor documentation. Updated the MixMonitor documentation for the 'b' option so that it is more obvious that you must not optimize awat the Local channel when using this option. (issue #14829) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@197897 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_mixmonitor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 5b16ac83b4..86d970fe3c 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -61,6 +61,10 @@ static const char *desc = "" " b - Only save audio to the file while the channel is bridged.\n" " Note: Does not include conferences or sounds played to each bridged\n" " party.\n" +" Note: If you utilize this option inside a Local channel, you must\n" +" make sure the Local channel is not optimized away. To do this,\n" +" be sure to call your Local channel with the '/n' option.\n" +" For example: Dial(Local/start@mycontext/n)\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" -- 2.47.2