public class CoreShowChannelEvent extends ResponseEvent
CoreShowChannelsAction
,
Serialized FormactionId
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
CoreShowChannelEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountcode()
Returns the Account code
|
String |
getApplication()
Returns the Aplication is runnning that channel at that time
|
String |
getApplicationdata()
Returns the Aplication Data is runnning that channel at that time this is
the parameters passed to that dialplan application
|
String |
getBridgedChannel()
Returns the Bridged Channel if is bridged to one
|
String |
getBridgeduniqueid()
Deprecated.
|
String |
getBridgeid()
Returns the Bridged UniqueID Case params name return "bridgeid"
|
String |
getChannel()
Returns the Originate Channel name
|
String |
getDuration()
Returns the duration of the call
|
String |
getExtension()
Returns the Extension dialed
|
String |
getLanguage()
Returns the Channel Language
|
String |
getLinkedid()
Returns the Channel LinkedID
|
String |
getUniqueid()
Returns the Uniqueid
|
void |
setAccountcode(String accountcode) |
void |
setApplication(String application) |
void |
setApplicationdata(String applicationdata) |
void |
setBridgedChannel(String bridgedChannel) |
void |
setBridgeduniqueid(String bridgeduniqueid)
Deprecated.
|
void |
setBridgeid(String bridgeid) |
void |
setChannel(String channel) |
void |
setDuration(String duration) |
void |
setExtension(String extension) |
void |
setLanguage(String language) |
void |
setLinkedid(String linkedid) |
void |
setUniqueid(String uniqueid) |
getActionId, getInternalActionId, setActionId, setInternalActionId
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 CoreShowChannelEvent(Object source)
public String getAccountcode()
public void setAccountcode(String accountcode)
public String getApplication()
public void setApplication(String application)
public String getApplicationdata()
public void setApplicationdata(String applicationdata)
public String getBridgedChannel()
public void setBridgedChannel(String bridgedChannel)
@Deprecated public String getBridgeduniqueid()
@Deprecated public void setBridgeduniqueid(String bridgeduniqueid)
public String getBridgeid()
public void setBridgeid(String bridgeid)
public String getChannel()
public void setChannel(String channel)
public String getDuration()
public void setDuration(String duration)
public String getExtension()
public void setExtension(String extension)
public String getUniqueid()
public void setUniqueid(String uniqueid)
public String getLinkedid()
public void setLinkedid(String linkedid)
public String getLanguage()
public void setLanguage(String language)
Copyright © 2004–2024. All rights reserved.