public class HoldedCallEvent extends ManagerEvent
It is implemented in res/res_features.c
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
HoldedCallEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getChannel1()
Returns the name of the channel that put the other channel on hold.
|
String |
getChannel2()
Returns the name of the channel that has been put on hold.
|
String |
getUniqueId1()
Returns the unique id of the channel that put the other channel on hold.
|
String |
getUniqueId2()
Returns the unique id of the channel that has been put on hold.
|
void |
setChannel1(String channel1)
Sets the name of the channel that put the other channel on hold.
|
void |
setChannel2(String channel2)
Sets the name of the channel that has been put on hold.
|
void |
setUniqueId1(String uniqueId1)
Sets the unique id of the channel that put the other channel on hold.
|
void |
setUniqueId2(String uniqueId2)
Sets the unique id of the channel that has been put on hold.
|
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 HoldedCallEvent(Object source)
source
- public String getUniqueId1()
public void setUniqueId1(String uniqueId1)
public String getUniqueId2()
public void setUniqueId2(String uniqueId2)
public String getChannel1()
public void setChannel1(String channel1)
public String getChannel2()
public void setChannel2(String channel2)
Copyright © 2004–2020. All rights reserved.