public class QueueCallerLeaveEvent extends QueueEvent
It is implemented in apps/app_queue.c
Available since Asterisk 1.4.
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
QueueCallerLeaveEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountcode() |
String |
getLanguage() |
String |
getLinkedId() |
Integer |
getPosition() |
void |
setAccountcode(String accountcode) |
void |
setLanguage(String language) |
void |
setLinkedId(String linkedId) |
void |
setPosition(Integer position) |
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
public QueueCallerLeaveEvent(Object source)
source
- public Integer getPosition()
public void setPosition(Integer position)
position
- the position of the caller at the time they abandoned the
queuepublic String getLanguage()
public void setLanguage(String language)
public String getLinkedId()
public void setLinkedId(String linkedId)
public String getAccountcode()
public void setAccountcode(String accountcode)
Copyright © 2004–2022. All rights reserved.