public class CoreShowChannelEvent extends ResponseEvent
CoreShowChannelsAction
,
Serialized Formsource
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()
Returns the Bridged UniqueID
|
String |
getCalleridnum()
Returns the CallerID
|
String |
getChannel()
Returns the Originate Channel name
|
String |
getChannelState()
Returns the channel state
|
String |
getChannelstatedesc()
Returns the Channel state description (RING,...)
|
String |
getContext()
Returns the Context the channel is
|
String |
getDuration()
Returns the duration of the call
|
String |
getExtension()
Returns the Extension dialed
|
String |
getPriority()
Returns the Priority the channel actualy is
|
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) |
void |
setCalleridnum(String calleridnum) |
void |
setChannel(String channel) |
void |
setChannelState(String ChannelState) |
void |
setChannelstatedesc(String channelstatedesc) |
void |
setContext(String context) |
void |
setDuration(String duration) |
void |
setExtension(String extension) |
void |
setPriority(String priority) |
void |
setUniqueid(String uniqueid) |
getActionId, getInternalActionId, setActionId, setInternalActionId
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public CoreShowChannelEvent(Object source)
public String getChannelState()
public void setChannelState(String ChannelState)
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)
public String getBridgeduniqueid()
public void setBridgeduniqueid(String bridgeduniqueid)
public String getCalleridnum()
public void setCalleridnum(String calleridnum)
public String getChannel()
public void setChannel(String channel)
public String getChannelstatedesc()
public void setChannelstatedesc(String channelstatedesc)
public String getContext()
public void setContext(String context)
public String getDuration()
public void setDuration(String duration)
public String getExtension()
public void setExtension(String extension)
public String getPriority()
public void setPriority(String priority)
public String getUniqueid()
public void setUniqueid(String uniqueid)
Copyright © 2004–2016. All rights reserved.