public abstract class AbstractMeetMeEvent extends ManagerEvent
MeetMe events are implemented in apps/app_meetme.c
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMeetMeEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Returns the name of the channel.
|
String |
getMeetMe()
Returns the conference number.
|
String |
getUniqueId()
Returns the unique id of the channel.
|
Integer |
getUser()
Returns the index of the user in the conference.
|
Integer |
getUserNum()
Deprecated.
|
void |
setChannel(String channel)
Sets the name of the channel.
|
void |
setMeetMe(String meetMe)
Sets the conference number.
|
void |
setUniqueId(String uniqueId)
Sets the unique id of the channel.
|
void |
setUser(Integer userNum)
Sets the index of the user in the conference.
|
void |
setUserNum(Integer userNum)
Deprecated.
|
appendPropertyIfNotNull, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, setTimestamp, toStringgetSourceprotected AbstractMeetMeEvent(Object source)
source - public String getChannel()
This property is available since Asterisk 1.4.
public void setChannel(String channel)
This property is available since Asterisk 1.4.
channel - the name of the channel.public String getUniqueId()
This property is available since Asterisk 1.4.
public void setUniqueId(String uniqueId)
This property is available since Asterisk 1.4.
uniqueId - the unique id of the channel.public String getMeetMe()
public void setMeetMe(String meetMe)
meetMe - the conference number.@Deprecated public Integer getUserNum()
This can be used for the "meetme (mute|unmute|kick)" commands. use getUser() instead
@Deprecated public void setUserNum(Integer userNum)
userNum - the index of the user in the conference.public Integer getUser()
This can be used for the "meetme (mute|unmute|kick)" commands.
public void setUser(Integer userNum)
userNum - the index of the user in the conference.Copyright © 2004–2021. All rights reserved.