| Modifier and Type | Interface and Description |
|---|---|
interface |
MgcpSignal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMgcpSignal
Generic representation of an MGCP Signal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndSignal
Gracefully terminates a Play, PlayCollect, or PlayRecord signal.
|
class |
PlayAnnouncement
Plays an announcement in situations where there is no need for interaction with the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlayCollect
Plays a prompt and collects DTMF digits entered by a user.
|
| Modifier and Type | Method and Description |
|---|---|
PlayCollectFsm |
PlayCollectFsmBuilder.build(DtmfDetector detector,
DtmfDetectorListener detectorListener,
Player player,
PlayerListener playerListener,
MgcpEventSubject eventSubject,
com.google.common.util.concurrent.ListeningScheduledExecutorService scheduler,
PlayCollectContext context) |
| Constructor and Description |
|---|
PlayCollectFsmImpl(DtmfDetector detector,
DtmfDetectorListener detectorListener,
Player player,
PlayerListener playerListener,
MgcpEventSubject mgcpEventSubject,
com.google.common.util.concurrent.ListeningScheduledExecutorService executor,
PlayCollectContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlayRecord |
| Modifier and Type | Method and Description |
|---|---|
PlayRecordFsm |
PlayRecordFsmBuilder.build(MgcpEventSubject mgcpEventSubject,
Recorder recorder,
RecorderListener recorderListener,
DtmfDetector detector,
DtmfDetectorListener detectorListener,
Player player,
PlayerListener playerListener,
PlayRecordContext context) |
| Constructor and Description |
|---|
PlayRecordFsmImpl(MgcpEventSubject mgcpEventSubject,
Recorder recorder,
RecorderListener recorderListener,
DtmfDetector detector,
DtmfDetectorListener detectorListener,
Player player,
PlayerListener playerListener,
PlayRecordContext context) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.