public class JoinEvent extends QueueEvent
It is implemented in apps/app_queue.c
Modifier and Type | Field and Description |
---|---|
protected String |
callerIdName |
protected String |
callerIdNum |
protected Integer |
position |
channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Modifier and Type | Method and Description |
---|---|
String |
getCallerId()
Deprecated.
since 1.0.0, use
ManagerEvent.getCallerIdNum() instead. |
Integer |
getPosition()
Returns the position of the joined channel in the queue.
|
void |
setCallerId(String callerId)
Sets the Caller*ID number of the channel that joined the queue.
|
void |
setPosition(Integer position)
Sets the position of the joined channel in the queue.
|
getChannel, getCount, getQueue, getUniqueId, setChannel, setCount, setQueue, setUniqueId
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, toString
getSource
protected String callerIdNum
protected String callerIdName
protected Integer position
public JoinEvent(Object source)
@Deprecated public String getCallerId()
ManagerEvent.getCallerIdNum()
instead.public void setCallerId(String callerId)
callerId
- the Caller*ID number of the channel that joined the queue.public Integer getPosition()
public void setPosition(Integer position)
Copyright © 2004–2017. All rights reserved.