[svn-commits] russell: branch 1.4 r62299 - /branches/1.4/apps/app_meetme.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 28 14:56:21 MST 2007


Author: russell
Date: Sat Apr 28 16:56:20 2007
New Revision: 62299

URL: http://svn.digium.com/view/asterisk?view=rev&rev=62299
Log:
Note that the "talker optimization" option will be enabled by default in 1.6

Modified:
    branches/1.4/apps/app_meetme.c

Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=62299&r1=62298&r2=62299
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Sat Apr 28 16:56:20 2007
@@ -238,7 +238,8 @@
 "      '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"



More information about the svn-commits mailing list