| Modifier and Type | Method and Description |
|---|---|
NotifiedEntity |
NotificationRequest.getNotifiedEntity() |
| Constructor and Description |
|---|
NotificationRequest(int transactionId,
String requestIdentifier,
NotifiedEntity notifiedEntity,
MgcpRequestedEvent[] requestedEvents,
MgcpSignal... requestedSignals) |
| Modifier and Type | Method and Description |
|---|---|
NotifiedEntity |
MgcpSignal.getNotifiedEntity()
Gets the entity which requested the notification of events resulting from the completion of the signal.
|
NotifiedEntity |
AbstractMgcpSignal.getNotifiedEntity() |
static NotifiedEntity |
NotifiedEntityParser.parse(String notifiedEntity) |
| Modifier and Type | Method and Description |
|---|---|
MgcpSignal |
MgcpSignalProvider.provide(String pkg,
String signal,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters,
MgcpEndpoint endpoint)
Provides an MGCP Signal to be executed.
|
| Constructor and Description |
|---|
AbstractMgcpSignal(String packageName,
String symbol,
SignalType type,
int requestId,
NotifiedEntity notifiedEntity) |
AbstractMgcpSignal(String packageName,
String symbol,
SignalType type,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters) |
| Constructor and Description |
|---|
EndSignal(MgcpEndpoint endpoint,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters) |
PlayAnnouncement(Player player,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters) |
| Constructor and Description |
|---|
PlayCollect(Player player,
DtmfDetector detector,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters,
com.google.common.util.concurrent.ListeningScheduledExecutorService executor) |
| Constructor and Description |
|---|
PlayRecord(Player player,
DtmfDetector detector,
Recorder recorder,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.