public class NewExtenEvent extends ManagerEvent
It is implemented in pbx.c
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| 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() |
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) |
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, toJsonString, toStringgetSourcepublic NewExtenEvent(Object source)
public String getLanguage()
public void setLanguage(String language)
public String getUniqueId()
public void setUniqueId(String uniqueId)
uniqueId - unique idpublic String getApplication()
public void setApplication(String application)
application - name of the application that is executedpublic String getAppData()
public void setAppData(String appData)
appData - the parameters passed to the applicationpublic String getChannel()
public void setChannel(String channel)
channel - channel namepublic String getExtension()
public void setExtension(String extension)
public String getAccountCode()
public void setAccountCode(String accountCode)
public String getLinkedId()
public void setLinkedId(String linkedId)
Copyright © 2018. All rights reserved.