public abstract class AbstractParkedCallEvent extends ManagerEvent
source
Modifier | Constructor and Description |
---|---|
protected |
AbstractParkedCallEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getCallerId()
Deprecated.
since 1.0.0. Use
getCallerIdNum() instead. |
String |
getCallerIdName()
Returns the Caller*ID name of the parked channel.
|
String |
getCallerIdNum()
Returns the Caller*ID number of the parked channel.
|
String |
getChannel()
Returns the name of the channel that is or was parked.
|
String |
getExten()
Returns the extension the channel is or was parked at.
|
String |
getParkingLot()
Returns the parking lot.
|
String |
getUniqueId()
Returns the unique id of the parked channel.
|
void |
setCallerId(String callerId) |
void |
setCallerIdName(String callerIdName)
Sets the Caller*ID name of the parked channel.
|
void |
setCallerIdNum(String callerIdNum) |
void |
setChannel(String channel) |
void |
setExten(String exten) |
void |
setParkingLot(String parkingLot)
Sets the parking lot.
|
void |
setUniqueId(String uniqueId) |
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
protected AbstractParkedCallEvent(Object source)
public String getExten()
public void setExten(String exten)
public String getChannel()
public void setChannel(String channel)
public String getParkingLot()
Available since Asterisk 1.6.
public void setParkingLot(String parkingLot)
parkingLot
- the parking lot.public String getCallerIdNum()
public void setCallerIdNum(String callerIdNum)
@Deprecated public String getCallerId()
getCallerIdNum()
instead.public void setCallerId(String callerId)
public String getCallerIdName()
public void setCallerIdName(String callerIdName)
callerIdName
- the Caller*ID name of the parked channel.public String getUniqueId()
Note: This property is not set properly by all versions of Asterisk, see
http://bugs.digium.com/view.php?id=13323
and
http://bugs.digium.com/view.php?id=13358
for more information. Use getChannel()
instead.
public void setUniqueId(String uniqueId)
Copyright © 2004–2016. All rights reserved.