public class NewExtenEvent extends ManagerEvent
It is implemented in pbx.c
source
Constructor and Description |
---|
NewExtenEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
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 |
getContext()
Returns the name of the context of the connected extension.
|
String |
getExtension()
Returns the extension.
|
Integer |
getPriority()
Returns the priority.
|
String |
getUniqueId()
Returns the unique id of the channel.
|
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 |
setContext(String context)
Sets the name of the context of the connected extension.
|
void |
setExtension(String extension)
Sets the extension.
|
void |
setPriority(Integer priority)
Sets the priority.
|
void |
setUniqueId(String uniqueId)
Sets the unique id of the channel.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public NewExtenEvent(Object source)
source
- 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 getContext()
public void setContext(String context)
public String getExtension()
public void setExtension(String extension)
public Integer getPriority()
public void setPriority(Integer priority)
Copyright © 2004–2016. All rights reserved.