| Package | Description |
|---|---|
| org.mobicents.media.control.mgcp.command | |
| org.mobicents.media.control.mgcp.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMgcpCommand
Abstract implementation of MGCP command that forces a rollback operation when
MgcpCommand#execute(MgcpRequest) fails. |
class |
AuditConnectionCommand |
class |
AuditEndpointCommand |
class |
CreateConnectionCommand
This command is used to create a connection between two endpoints.
|
class |
DeleteConnectionCommand
This command is used to terminate a single connection or multiple connections at the same time.
As a side effect, it collects statistics on the execution of the connection. |
class |
ModifyConnectionCommand
This command is used to modify the characteristics of a gateway's "view" of a connection.
This "view" of the call includes both the local connection descriptor as well as the remote connection descriptor. |
class |
RequestNotificationCommand
The NotificationRequest command is used to request the gateway to send notifications upon the occurrence of specified events
in an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
MgcpCommand |
MgcpCommandProvider.provide(MgcpRequestType type,
int transactionId,
Parameters<MgcpParameterType> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
MgcpTransactionManager.process(MgcpRequest request,
MgcpCommand command) |
void |
TransactionManager.process(MgcpRequest request,
MgcpCommand command) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.