Name
MeetMeAdmin() — Performs MeetMe conference administration
Synopsis
MeetMeAdmin(confno,command[,user])
Runs the specified MeetMe administration
command on the specified conference. On
some commands, you may specify the user on
which to run the specified command. The
command may be one of the following:
eEjects the last user that joined.
kKicks the specified
userout of the conference.KKicks all users out of the conference.
lUnlocks the conference.
LLocks the conference.
mUnmutes the specified
user.MMutes the specified
user.nUnmutes the entire conference.
NMutes all non-admin participants in the conference.
rResets the volume settings for the specified
user.RResets the volume settings for all participants.
sLowers the speaking volume for the entire conference.
SRaises the speaking volume for the entire conference.
tLowers the speaking volume for the specified
user.TRaises the speaking volume for the specified
user.uLowers the listening volume for the specified
user.URaises the listening volume for the specified
user.vLowers the listening volume for the entire conference.
VRaises the listening volume for the entire conference.
; mute conference 501exten => 123,1,MeetMeAdmin(501,N); kick user 1234 from conference 501exten => 124,1,MeetMeAdmin(501,k,1234)
Tip
You can find a list of users in the conference by using the
meetme list command from the
Asterisk CLI, or by using the Asterisk Manager Interface.