| Package | Description |
|---|---|
| org.asteriskjava.fastagi |
Provides an implementaion of Asterisk's FastAGI.
|
| org.asteriskjava.fastagi.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.fastagi package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechRecognitionResult |
AgiChannel.speechRecognize(String prompt,
int timeout)
Plays the given prompt while listening for speech and DTMF.
|
SpeechRecognitionResult |
AgiOperations.speechRecognize(String prompt,
int timeout) |
SpeechRecognitionResult |
AgiChannel.speechRecognize(String prompt,
int timeout,
int offset)
Plays the given prompt while listening for speech and DTMF.
|
SpeechRecognitionResult |
AgiOperations.speechRecognize(String prompt,
int timeout,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
SpeechRecognitionResult |
AgiChannelImpl.speechRecognize(String prompt,
int timeout) |
SpeechRecognitionResult |
AgiChannelImpl.speechRecognize(String prompt,
int timeout,
int offset) |
Copyright © 2004–2020. All rights reserved.