public class NewExtenEvent extends ManagerEvent
It is implemented in pbx.c
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
NewExtenEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountCode() |
String |
getAppData()
Returns the parameters passed to the application that is executed.
|
String |
getApplication()
Returns the name of the application that is executed.
|
String |
getChannel()
Returns the name of the channel.
|
String |
getExtension()
Returns the extension.
|
String |
getLanguage() |
String |
getLinkedId() |
String |
getUniqueId()
Returns the unique id of the channel.
|
void |
setAccountCode(String accountCode) |
void |
setAppData(String appData)
Sets the parameters passed to the application that is executed.
|
void |
setApplication(String application)
Sets the name of the application that is executed.
|
void |
setChannel(String channel)
Sets the name of the channel.
|
void |
setExtension(String extension)
Sets the extension.
|
void |
setLanguage(String language) |
void |
setLinkedId(String linkedId) |
void |
setUniqueId(String uniqueId)
Sets the unique id of the channel.
|
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 NewExtenEvent(Object source)
source
- public String getLanguage()
public void setLanguage(String language)
public String getUniqueId()
public void setUniqueId(String uniqueId)
public String getApplication()
public void setApplication(String application)
public String getAppData()
public void setAppData(String appData)
public String getChannel()
public void setChannel(String channel)
public String getExtension()
public void setExtension(String extension)
public String getAccountCode()
public void setAccountCode(String accountCode)
public String getLinkedId()
public void setLinkedId(String linkedId)
Copyright © 2004–2020. All rights reserved.