aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-28 21:56:20 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-28 21:56:20 +0000
commitff1d5886e5f1c3ce1f9e6bb754a60e1872c0e0fe (patch)
tree6e81dfb1dfacae95f2104590275de6adc5423e84 /apps/app_meetme.c
parent3b189af017af3e4984f5a87e92dba0f4b9f1e7c6 (diff)
Note that the "talker optimization" option will be enabled by default in 1.6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@62299 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 1a6471ee8..7e9e2a366 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"