@ -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 ;