public class JoinEvent extends QueueEvent
It is implemented in apps/app_queue.c
| Modifier and Type | Field and Description |
|---|---|
protected String |
callerIdName |
protected Integer |
position |
callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| 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, setUniqueIdappendPropertyIfNotNull, 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, toStringgetSourcepublic 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–2020. All rights reserved.