[Asterisk-cvs] asterisk/apps app_meetme.c,1.13,1.14
jeremy at lists.digium.com
jeremy at lists.digium.com
Sun Jan 11 12:51:57 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv14592
Modified Files:
app_meetme.c
Log Message:
Say what is not implemented, yet. Feel free to dive in and code away, ppl. Bug #787
Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- app_meetme.c 11 Jan 2004 08:07:23 -0000 1.13
+++ app_meetme.c 11 Jan 2004 18:43:43 -0000 1.14
@@ -47,18 +47,19 @@
"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"
More information about the svn-commits
mailing list