From: Russell Bryant Date: Sat, 28 Apr 2007 21:56:20 +0000 (+0000) Subject: Note that the "talker optimization" option will be enabled by default in 1.6 X-Git-Tag: 1.4.5~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=698a82996ed178b29bb3e4a096a328d986e6cf88;p=thirdparty%2Fasterisk.git Note that the "talker optimization" option will be enabled by default in 1.6 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@62299 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 1a6471ee88..7e9e2a3660 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -238,7 +238,8 @@ static const char *descrip = " 'o' -- set talker optimization - treats talkers who aren't speaking as\n" " being muted, meaning (a) No encode is done on transmission and\n" " (b) Received audio that is not registered as talking is omitted\n" -" causing no buildup in background noise\n" +" causing no buildup in background noise. Note that this option\n" +" will be removed in 1.6 and enabled by default.\n" " 'p' -- allow user to exit the conference by pressing '#'\n" " 'P' -- always prompt for the pin even if it is specified\n" " 'q' -- quiet mode (don't play enter/leave sounds)\n"