public interface MgcpPackage
This is achieved by the concept of packages, which are simply well-defined groupings of extensions.
For example, one package may support a certain group of events and signals, e.g., off-hook and ringing, for analog access
lines. Another package may support another group of events and signals for analog access lines or for another type of
endpoint such as video.
One or more packages may be supported by a given endpoint.
| Modifier and Type | Method and Description |
|---|---|
MgcpEventType |
getEventDetails(String event)
Gets the details about a supported event type.
|
String |
getPackageName()
Gets the name of the MGCP Package.
|
boolean |
isEventSupported(String event)
Gets whether an event is supported by the package.
|
String getPackageName()
boolean isEventSupported(String event)
event - The event nameMgcpEventType getEventDetails(String event)
event - The name of the event.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.