Merged revisions 46065 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46065 | russell | 2006-10-23 21:04:14 -0400 (Mon, 23 Oct 2006) | 2 lines

Fix the descriptions of some of the MeetMeAdmin options (issue #8098, mflorell)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-10-24 01:05:11 +00:00
parent 6e65bea242
commit 18b7e4b699

View File

@@ -278,9 +278,9 @@ static const char *descrip3 =
" '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"
"";