| 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 |
|---|---|
AgiReply |
AgiOperations.getLastReply() |
AgiReply |
AgiChannel.getLastReply()
Returns the reply received in response to the last command sent to
Asterisk.
|
AgiReply |
AgiReader.readReply()
Reads one reply to an AgiCommand from Asterisk.
|
AgiReply |
AgiOperations.sendCommand(AgiCommand command) |
AgiReply |
AgiChannel.sendCommand(AgiCommand command)
Sends a command to asterisk and returns the corresponding reply.
|
| Constructor and Description |
|---|
SpeechRecognitionResult(AgiReply agiReply) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgiReplyImpl
Default implementation of the AgiReply interface.
|
| Modifier and Type | Method and Description |
|---|---|
AgiReply |
AgiChannelImpl.getLastReply() |
AgiReply |
AsyncAgiReader.readReply() |
AgiReply |
AgiChannelImpl.sendCommand(AgiCommand command) |
Copyright © 2004–2021. All rights reserved.