public class AudioPackage extends Object implements MgcpPackage
If an Advanced Audio Package signal is active on an endpoint and another signal of the same type is applied, the two signals
including parameters and parameter values will compared If the signals are identical, the signal in progress will be allowed
to continue and the new signal will be discarded.
Because of this behavior the Advanced Audio Package may not interoperate well with some other packages such as the Line
and Trunk packages.
| Modifier and Type | Field and Description |
|---|---|
static String |
PACKAGE_NAME |
| Constructor and Description |
|---|
AudioPackage() |
| 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.
|
public static final String PACKAGE_NAME
public String getPackageName()
MgcpPackagegetPackageName in interface MgcpPackagepublic boolean isEventSupported(String event)
MgcpPackageisEventSupported in interface MgcpPackageevent - The event namepublic MgcpEventType getEventDetails(String event)
MgcpPackagegetEventDetails in interface MgcpPackageevent - The name of the event.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.