[svn-commits] anthonyl: branch anthonyl/patch-branch r45831 - /team/anthonyl/patch-branch/a...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Oct 21 12:03:46 MST 2006


Author: anthonyl
Date: Sat Oct 21 14:03:45 2006
New Revision: 45831

URL: http://svn.digium.com/view/asterisk?rev=45831&view=rev
Log:
Patch by mflorell issue 8190.minor meetme mods

Modified:
    team/anthonyl/patch-branch/apps/app_meetme.c

Modified: team/anthonyl/patch-branch/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/patch-branch/apps/app_meetme.c?rev=45831&r1=45830&r2=45831&view=diff
==============================================================================
--- team/anthonyl/patch-branch/apps/app_meetme.c (original)
+++ team/anthonyl/patch-branch/apps/app_meetme.c Sat Oct 21 14:03:45 2006
@@ -278,9 +278,9 @@
 "      's' -- Lower entire conference speaking volume\n"
 "      'S' -- Raise entire conference speaking volume\n"
 "      't' -- Lower one user's talk volume\n"
-"      'T' -- Lower all users talk volume\n"
+"      'T' -- Raise one user's talk volume\n"
 "      'u' -- Lower one user's listen volume\n"
-"      'U' -- Lower all users listen volume\n"
+"      'U' -- Raise one user's listen volume\n"
 "      'v' -- Lower entire conference listening volume\n"
 "      'V' -- Raise entire conference listening volume\n"
 "";



More information about the svn-commits mailing list