Name

MeetMeAdmin() — Performs MeetMe conference administration

Synopsis

    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):

K

Kicks all users out of the conference

k

Kicks one user (with the specified PIN as the third argument) out of the conference

e

Ejects the last user that joined

L

Locks the conference

l

Unlocks the conference

M

Mutes the conference

m

Unmutes the conference

N

Mutes the entire conference (except admin)

n

Unmutes 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)

Get Asterisk: The Future of Telephony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.