September 2005
Intermediate to advanced
408 pages
16h 20m
English
MeetMeAdmin() — Performs MeetMe conference administration
MeetMeAdmin(confno,command[,pin])
Runs the specified MeetMe administration
command on the specified conference. The
command may be one of the following (note
that the pin argument is used only for the
k option):
KKicks all users out of the conference
kKicks one user (with the specified PIN as the third argument) out of the conference
eEjects the last user that joined
LLocks the conference
lUnlocks the conference
MMutes the conference
mUnmutes the conference
NMutes the entire conference (except admin)
nUnmutes the entire conference (except admin)
; mute conference 501
exten => 123,1,MeetMeAdmin(501,M)
; kick user with PIN number 1234 from conference 501
exten => 124,1,MeetMeAdmin(501,k,1234)