summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-01-11 18:43:43 +0000
committerJeremy McNamara <jj@nufone.net>2004-01-11 18:43:43 +0000
commit06d25065442e4e5c393200e3a7132b1239a1bff9 (patch)
tree7d4f4954c8a69d5d17047cea1fa365954c361bb7 /apps
parent9e3c9267300a76d370f60dcb95520b12e760853f (diff)
Say what is not implemented, yet. Feel free to dive in and code away, ppl. Bug #787
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_meetme.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 21f3fb9e7..136fdb590 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -47,18 +47,19 @@ static char *descrip =
"one. This application always returns -1.\n"
"The option string may contain zero or more of the following characters:\n"
-" 'a' -- set admin mode\n"
" 'm' -- set monitor only mode (Listen only, no talking\n"
" 't' -- set talk only mode. (Talk only, no listening)\n"
" 'p' -- allow user to exit the conference by pressing '#'\n"
-" 's' -- send user to admin/user menu if '*' is received\n"
" 'd' -- dynamically add conference\n"
" 'v' -- video mode\n"
" 'q' -- quiet mode (don't play enter/leave sounds)\n"
" 'M' -- enable music on hold when the conference has a single caller\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";
+" (Note: This does not work with non-Zap channels in the same conference)\n"
+" Not implemented yet:\n"
+" 's' -- send user to admin/user menu if '*' is received\n"
+" 'a' -- set admin mode\n";
static char *descrip2 =
" MeetMeCount(confno[|var]): Plays back the number of users in the specifiedi\n"