aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 05:34:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 05:34:13 +0000
commitfcb15a4b4fc921db8dde736ba7a797bcf1718ad2 (patch)
tree4e019f7c6fb194ead874a17bc00b3d315d122341 /apps/app_meetme.c
parentd1d229de9706a08fdbec655fad062737f2c381d1 (diff)
alphabetize option lists
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6975 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rwxr-xr-xapps/app_meetme.c50
1 files changed, 25 insertions, 25 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 84eab66d3..e5e02975b 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -72,34 +72,34 @@ static char *descrip =
"Please note: A ZAPTEL INTERFACE MUST BE INSTALLED FOR CONFERENCING TO WORK!\n\n"
"The option string may contain zero or more of the following characters:\n"
-" 'm' -- set monitor only mode (Listen only, no talking)\n"
-" 't' -- set talk only mode. (Talk only, no listening)\n"
-" 'T' -- set talker detection (sent to manager interface and meetme list)\n"
-" 'i' -- announce user join/leave\n"
-" 'p' -- allow user to exit the conference by pressing '#'\n"
-" 'X' -- allow user to exit the conference by entering a valid single\n"
-" digit extension ${MEETME_EXIT_CONTEXT} or the current context\n"
-" if that variable is not defined.\n"
+" 'a' -- set admin mode\n"
+" 'A' -- set marked mode\n"
+" 'b' -- run AGI script specified in ${MEETME_AGI_BACKGROUND}\n"
+" Default: conf-background.agi\n"
+" (Note: This does not work with non-Zap channels in the same conference)\n"
+" 'c' -- announce user(s) count on joining a conference\n"
" 'd' -- dynamically add conference\n"
" 'D' -- dynamically add conference, prompting for a PIN\n"
" 'e' -- select an empty conference\n"
" 'E' -- select an empty pinless conference\n"
-" 'v' -- video mode\n"
+" 'i' -- announce user join/leave\n"
+" 'm' -- set monitor only mode (Listen only, no talking)\n"
+" 'M' -- enable music on hold when the conference has a single caller\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"
" 'r' -- Record conference (records as ${MEETME_RECORDINGFILE}\n"
" using format ${MEETME_RECORDINGFORMAT}). Default filename is\n"
" meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format is wav.\n"
-" 'q' -- quiet mode (don't play enter/leave sounds)\n"
-" 'c' -- announce user(s) count on joining a conference\n"
-" 'M' -- enable music on hold when the conference has a single caller\n"
-" 'x' -- close the conference when last marked user exits\n"
-" 'w' -- wait until the marked user enters the conference\n"
-" 'b' -- run AGI script specified in ${MEETME_AGI_BACKGROUND}\n"
-" Default: conf-background.agi\n"
-" (Note: This does not work with non-Zap channels in the same conference)\n"
" 's' -- Present menu (user or admin) when '*' is received ('send' to menu)\n"
-" 'a' -- set admin mode\n"
-" 'A' -- set marked mode\n"
-" 'P' -- always prompt for the pin even if it is specified\n";
+" 't' -- set talk only mode. (Talk only, no listening)\n"
+" 'T' -- set talker detection (sent to manager interface and meetme list)\n"
+" 'v' -- video mode\n"
+" 'w' -- wait until the marked user enters the conference\n"
+" 'x' -- close the conference when last marked user exits\n"
+" 'X' -- allow user to exit the conference by entering a valid single\n"
+" digit extension ${MEETME_EXIT_CONTEXT} or the current context\n"
+" if that variable is not defined.\n";
static char *descrip2 =
" MeetMeCount(confno[|var]): Plays back the number of users in the specifiedi\n"
@@ -109,15 +109,15 @@ static char *descrip2 =
static char *descrip3 =
" MeetMeAdmin(confno,command[,user]): Run admin command for conference\n"
-" 'K' -- Kick all users out of conference\n"
-" 'k' -- Kick one user out of conference\n"
" 'e' -- Eject last user that joined\n"
-" 'L' -- Lock conference\n"
+" 'k' -- Kick one user out of conference\n"
+" 'K' -- Kick all users out of conference\n"
" 'l' -- Unlock conference\n"
-" 'M' -- Mute conference\n"
+" 'L' -- Lock conference\n"
" 'm' -- Unmute conference\n"
-" 'N' -- Mute entire conference (except admin)\n"
+" 'M' -- Mute conference\n"
" 'n' -- Unmute entire conference (except admin)\n"
+" 'N' -- Mute entire conference (except admin)\n"
"";
STANDARD_LOCAL_USER;