See: Description
| Interface | Description |
|---|---|
| AgiCommand |
AgiCommand that can be sent to Asterisk via the Asterisk Gateway Interface (AGI).
|
| Class | Description |
|---|---|
| AbstractAgiCommand |
Abstract base class that provides some convenience methods for implementing
AgiCommand classes. |
| AnswerCommand |
AGI Command: ANSWER (Asterisk 18)
|
| AsyncAgiBreakCommand |
AGI Command ASYNCAGI BREAK
|
| BridgeCommand |
This is not a real AGI command.
|
| ChannelStatusCommand |
AGI Command: CHANNEL STATUS
|
| ConfbridgeCommand |
This is not a real AGI command.
|
| ControlStreamFileCommand |
AGI Command: CONTROL STREAM FILE
|
| DatabaseDelCommand |
AGI Command: DATABASE DEL
|
| DatabaseDelTreeCommand |
AGI Command: DATABASE DELTREE
|
| DatabaseGetCommand |
AGI Command: DATABASE GET
|
| DatabasePutCommand |
AGI Command: DATABASE PUT
|
| DialCommand |
This is not a real AGI command.
|
| ExecCommand |
AGI Command: EXEC
|
| GetDataCommand |
AGI Command: GET DATA
|
| GetFullVariableCommand |
AGI Command: GET FULL VARIABLE
|
| GetOptionCommand |
AGI Command: GET OPTION
|
| GetVariableCommand |
AGI Command: GET VARIABLE
|
| GosubCommand |
AGI Command: GOSUB
|
| HangupCommand |
AGI Command: HANGUP
|
| MeetmeCommand |
This is not a real AGI command.
|
| NoopCommand |
AGI Command: NOOP
|
| QueueCommand |
This is not a real AGI command.
|
| ReceiveCharCommand |
AGI Command: RECEIVE CHAR
|
| ReceiveTextCommand |
AGI Command: RECEIVE TEXT
|
| RecordFileCommand |
AGI Command: RECORD FILE
|
| SayAlphaCommand |
AGI Command: SAY ALPHA
|
| SayDateTimeCommand |
AGI Command: SAY DATETIME
|
| SayDigitsCommand |
AGI Command: SAY DIGIT
|
| SayNumberCommand |
AGI Command: SAY NUMBER
|
| SayPhoneticCommand |
AGI Command: SAY PHONETIC
|
| SayTimeCommand |
AGI Command: SAY TIME
|
| SendImageCommand |
AGI Command: SEND IMAGE
|
| SendTextCommand |
AGI Command: SEND TEXT
|
| SetAutoHangupCommand |
AGI Command: SET AUTOHANGUP
|
| SetCallerIdCommand |
AGI Command: SET CALLERID
|
| SetContextCommand |
AGI Command: SET CONTEXT
|
| SetExtensionCommand |
AGI Command: SET EXTENSION
|
| SetMusicOffCommand |
AGI Command: SET MUSIC
|
| SetMusicOnCommand |
AGI Command: SET MUSIC
|
| SetPriorityCommand |
AGI Command: SET PRIORITY
|
| SetVariableCommand |
AGI Command: SET VARIABLE
|
| SpeechActivateGrammarCommand |
AGI Command: SPEECH ACTIVATE GRAMMAR
|
| SpeechCreateCommand |
AGI Command: SPEECH CREATE
|
| SpeechDeactivateGrammarCommand |
AGI Command: SPEECH DEACTIVATE GRAMMAR
|
| SpeechDestroyCommand |
AGI Command: SPEECH DESTROY
|
| SpeechLoadGrammarCommand |
AGI Command: SPEECH LOAD GRAMMAR
|
| SpeechRecognizeCommand |
AGI Command: SPEECH RECOGNIZE
|
| SpeechSetCommand |
AGI Command: SPEECH SET
|
| SpeechUnloadGrammarCommand |
AGI Command: SPEECH UNLOAD GRAMMAR
|
| StreamFileCommand |
AGI Command: STREAM FILE
|
| TddModeCommand |
AGI Command: TDD MODE
|
| VerboseCommand |
AGI Command: VERBOSE
|
| WaitForDigitCommand |
AGI Command: WAIT FOR DIGIT
|
Provides classes that represent the standard commands that can be sent to an Asterisk server via the FastAGI.
Copyright © 2004–2022. All rights reserved.