Administers a MeetMe conference.
MeetMeAdmin(conference,command[,participant])
Executes a command in the specified conference. The command may be
one of the following (the
is required only for
the kick command (participantk)):
K
k
participant
out of the conference.e
L
l
M
m
N
n
N.; Mute participant 3 in conference 333 exten => 123,1,MeetMeAdmin(333,M,3) ; Kick participant 3 out of conference 333: exten => 123,1,MeetMeAdmin(333,k,3)
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'MeetMeAdmin' =-
[Synopsis]
MeetMe conference Administration
[Description]
MeetMeAdmin(confno,command[,user]): Run admin command for conference
'e' -- Eject last user that joined
'k' -- Kick one user out of conference
'K' -- Kick all users out of conference
'l' -- Unlock conference
'L' -- Lock conference
'm' -- Unmute one user
'M' -- Mute one user
'n' -- Unmute all users in the conference
'N' -- Mute all non-admin users in the conference
'r' -- Reset one user's volume settings
'R' -- Reset all users volume settings
's' -- Lower entire conference speaking volume
'S' -- Raise entire conference speaking volume
't' -- Lower one user's talk volume
'T' -- Raise one user's talk volume
'u' -- Lower one user's listen volume
'U' -- Raise one user's listen volume
'v' -- Lower entire conference listening volume
'V' -- Raise entire conference listening volume
diff output to internal help in Asterisk 1.2: 14,27c14,17 < 'm' -- Unmute one user < 'M' -- Mute one user < 'n' -- Unmute all users in the conference < 'N' -- Mute all non-admin users in the conference < 'r' -- Reset one user's volume settings < 'R' -- Reset all users volume settings < 's' -- Lower entire conference speaking volume < 'S' -- Raise entire conference speaking volume < 't' -- Lower one user's talk volume < 'T' -- Raise one user's talk volume < 'u' -- Lower one user's listen volume < 'U' -- Raise one user's listen volume < 'v' -- Lower entire conference listening volume < 'V' -- Raise entire conference listening volume --- > 'm' -- Unmute conference > 'M' -- Mute conference > 'n' -- Unmute entire conference (except admin) > 'N' -- Mute entire conference (except admin) |
See also. the section called “MeetMe()”, the section called “MeetMeCount()”