public class QueueCallerAbandonEvent 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 |
---|
QueueCallerAbandonEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountcode() |
Integer |
getHoldTime() |
String |
getLanguage() |
String |
getLinkedId() |
Integer |
getOriginalPosition() |
Integer |
getPosition() |
void |
setAccountcode(String accountcode) |
void |
setHoldTime(Integer holdTime) |
void |
setLanguage(String language) |
void |
setLinkedId(String linkedId) |
void |
setOriginalPosition(Integer originalPosition) |
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 QueueCallerAbandonEvent(Object source)
source
- public Integer getHoldTime()
public void setHoldTime(Integer holdTime)
holdTime
- the amount of time in seconds the caller was on holdpublic Integer getOriginalPosition()
public void setOriginalPosition(Integer originalPosition)
originalPosition
- the original position of the caller in the queuepublic 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–2020. All rights reserved.