public class ListDialplanEvent extends ResponseEvent
Available since Asterisk 1.6
It is implemented in main/pbx.c
ShowDialplanAction,
ShowDialplanCompleteEvent,
Serialized FormactionIdcallerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| Constructor and Description |
|---|
ListDialplanEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppData()
Returns the parameters of the application configured to handle this priority.
|
String |
getApplication()
Returns the application configured to handle this priority.
|
String |
getExtension()
Returns the extension or extension pattern.
|
String |
getExtensionLabel()
Returns the extension label.
|
String |
getIgnorePattern() |
String |
getIncludeContext() |
String |
getRegistrar()
Returns the registrar that registered this priority.
|
String |
getSwitch() |
boolean |
isHint()
Checks whether this is a hint.
|
void |
setAppData(String appData) |
void |
setApplication(String application) |
void |
setExtension(String extension) |
void |
setExtensionLabel(String extensionLabel) |
ListDialplanEvent |
setIgnorePattern(String ignorePattern) |
void |
setIncludeContext(String includeContext) |
void |
setPriority(String priorityString) |
void |
setRegistrar(String registrar) |
ListDialplanEvent |
setSwitch(String _switch) |
getActionId, getInternalActionId, setActionId, setInternalActionIdappendPropertyIfNotNull, 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, toStringgetSourcepublic ListDialplanEvent(Object source)
public String getExtension()
public void setExtension(String extension)
public String getExtensionLabel()
null if none.public void setExtensionLabel(String extensionLabel)
public boolean isHint()
true if this is a hint, false otherwise.public void setPriority(String priorityString)
public String getApplication()
public void setApplication(String application)
public String getAppData()
null if none.public void setAppData(String appData)
public String getRegistrar()
Typical values are "features" for the parkedcalls context, "pbx_config" for priorities
defined in extensions.conf or "app_dial" for the
app_dial_gosub_virtual_context context.
public void setRegistrar(String registrar)
public String getIncludeContext()
public void setIncludeContext(String includeContext)
public String getSwitch()
public ListDialplanEvent setSwitch(String _switch)
public String getIgnorePattern()
public ListDialplanEvent setIgnorePattern(String ignorePattern)
Copyright © 2004–2022. All rights reserved.