public class QueueCallerAbandonEvent extends QueueEvent
It is implemented in apps/app_queue.c
Available since Asterisk 1.4.
source
Constructor and Description |
---|
QueueCallerAbandonEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
Integer |
getHoldTime() |
Integer |
getOriginalPosition() |
Integer |
getPosition() |
void |
setHoldTime(Integer holdTime) |
void |
setOriginalPosition(Integer originalPosition) |
void |
setPosition(Integer position) |
getChannel, getCount, getQueue, getUniqueId, setChannel, setCount, setQueue, setUniqueId
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, 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
queueCopyright © 2004–2016. All rights reserved.