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:

e

Ejects the last user that joined.

k

Kicks the specified user out of the conference.

K

Kicks all users out of the conference.

l

Unlocks the conference.

L

Locks the conference.

m

Unmutes the specified user.

M

Mutes the specified user.

n

Unmutes the entire conference.

N

Mutes all non-admin participants in the conference.

r

Resets the volume settings for the specified user.

R

Resets the volume settings for all participants.

s

Lowers the speaking volume for the entire conference.

S

Raises the speaking volume for the entire conference.

t

Lowers the speaking volume for the specified user.

T

Raises the speaking volume for the specified user.

u

Lowers the listening volume for the specified user.

U

Raises the listening volume for the specified user.

v

Lowers the listening volume for the entire conference.

V

Raises the listening volume for the entire conference.

; mute conference 501
exten => 123,1,MeetMeAdmin(501,N)

; kick user 1234 from conference 501
exten => 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.

See Also

MeetMe(), MeetMeCount()