public class ParkedCallEvent extends AbstractParkedCallEvent
It is implemented in res/res_features.c
ParkedCallsAction,
Serialized Formsource| Constructor and Description |
|---|
ParkedCallEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Returns the name of the channel that parked the call.
|
Integer |
getTimeout()
Returns the number of seconds this call will be parked.
|
void |
setFrom(String from)
Sets the name of the channel that parked the call.
|
void |
setTimeout(Integer timeout)
Sets the number of seconds this call will be parked.
|
void |
setUnqiueId(String unqiueId)
Sets the unique id of the parked channel as a
workaround for a typo in asterisk manager event.
|
getCallerId, getCallerIdName, getCallerIdNum, getChannel, getExten, getParkingLot, getUniqueId, setCallerId, setCallerIdName, setCallerIdNum, setChannel, setExten, setParkingLot, setUniqueIdappendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toStringgetSourcepublic ParkedCallEvent(Object source)
source - public String getFrom()
public void setFrom(String from)
public Integer getTimeout()
This corresponds to the parkingtime option in
features.conf.
public void setTimeout(Integer timeout)
public void setUnqiueId(String unqiueId)
Copyright © 2004–2016. All rights reserved.