| Package | Description |
|---|---|
| org.asteriskjava.fastagi.command |
Provides classes that represent the standard commands that can be sent to an Asterisk server via the FastAGI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnswerCommand
AGI Command: ANSWER (Asterisk 18)
Answer channel.
|
class |
AsyncAgiBreakCommand
AGI Command ASYNCAGI BREAK
Interrupts expected flow of Async AGI commands and returns control to previous source (typically, the PBX dialplan).
|
class |
BridgeCommand
This is not a real AGI command.
|
class |
ChannelStatusCommand
AGI Command: CHANNEL STATUS
Returns the status of the specified
channel. |
class |
ConfbridgeCommand
This is not a real AGI command.
|
class |
ControlStreamFileCommand
AGI Command: CONTROL STREAM FILE
Send the given file, allowing playback to be controlled by the given digits, if any.
|
class |
DatabaseDelCommand
AGI Command: DATABASE DEL
Deletes an entry in the Asterisk database for a given family and key.
|
class |
DatabaseDelTreeCommand
AGI Command: DATABASE DELTREE
Deletes a family or specific keytree within a family in the Asterisk database.
|
class |
DatabaseGetCommand
AGI Command: DATABASE GET
Retrieves an entry in the Asterisk database for a given family and key.
|
class |
DatabasePutCommand
AGI Command: DATABASE PUT
Adds or updates an entry in the Asterisk database for a given family, key, and value.
|
class |
DialCommand
This is not a real AGI command.
|
class |
ExecCommand
AGI Command: EXEC
Executes an
application with the given options. |
class |
GetDataCommand
AGI Command: GET DATA
Stream the given file, and receive DTMF data.
|
class |
GetFullVariableCommand
AGI Command: GET FULL VARIABLE
Evaluates the given expression against the channel specified by channelname, or the current channel if channelname is not provided.
|
class |
GetOptionCommand
AGI Command: GET OPTION
Behaves similar to
STREAM FILE but used with a timeout option. |
class |
GetVariableCommand
AGI Command: GET VARIABLE
Gets a channel variable.
|
class |
GosubCommand
AGI Command: GOSUB
Cause the channel to execute the specified dialplan subroutine.
|
class |
HangupCommand
AGI Command: HANGUP
Hangs up the specified channel.
|
class |
MeetmeCommand
This is not a real AGI command.
|
class |
NoopCommand
AGI Command: NOOP
Does nothing.
|
class |
QueueCommand
This is not a real AGI command.
|
class |
ReceiveCharCommand
AGI Command: RECEIVE CHAR
Receives one character from channels supporting it.
|
class |
ReceiveTextCommand
AGI Command: RECEIVE TEXT
Receives text from channels supporting it.
|
class |
RecordFileCommand
AGI Command: RECORD FILE
Records to a given file.
|
class |
SayAlphaCommand
AGI Command: SAY ALPHA
Say a given character string, returning early if any of the
given DTMF digits are received on the channel.
|
class |
SayDateTimeCommand
AGI Command: SAY DATETIME
Say a given time, returning early if any of the given DTMF digits are
pressed.
|
class |
SayDigitsCommand
AGI Command: SAY DIGIT
Say a given digit string, returning early if any of the given DTMF digits are received on the channel.
|
class |
SayNumberCommand
AGI Command: SAY NUMBER
Say a given number, returning early if any of the given DTMF number are received on the channel.
|
class |
SayPhoneticCommand
AGI Command: SAY PHONETIC
Say a given character string with phonetics, returning early if any of the given DTMF digits are received on the channel.
|
class |
SayTimeCommand
AGI Command: SAY TIME
Say a given time, returning early if any of the given DTMF digits are received on the channel.
|
class |
SendImageCommand
AGI Command: SEND IMAGE
Sends the given image on a channel.
|
class |
SendTextCommand
AGI Command: SEND TEXT
Sends the given text on a channel.
|
class |
SetAutoHangupCommand
AGI Command: SET AUTOHANGUP
Autohangup channel in some time.
|
class |
SetCallerIdCommand
AGI Command: SET CALLERID
Sets callerid for the current channel.
|
class |
SetContextCommand
AGI Command: SET CONTEXT
Sets channel context.
|
class |
SetExtensionCommand
AGI Command: SET EXTENSION
Changes channel extension.
|
class |
SetMusicOffCommand
AGI Command: SET MUSIC
Disable Music on hold generator.
|
class |
SetMusicOnCommand
AGI Command: SET MUSIC
Enable Music on hold generator.
|
class |
SetPriorityCommand
AGI Command: SET PRIORITY
Set channel dialplan priority.
|
class |
SetVariableCommand
AGI Command: SET VARIABLE
Sets a channel variable.
|
class |
SpeechActivateGrammarCommand
AGI Command: SPEECH ACTIVATE GRAMMAR
Activates a grammar.
|
class |
SpeechCreateCommand
AGI Command: SPEECH CREATE
Creates a speech object.
|
class |
SpeechDeactivateGrammarCommand
AGI Command: SPEECH DEACTIVATE GRAMMAR
Deactivates a grammar.
|
class |
SpeechDestroyCommand
AGI Command: SPEECH DESTROY
Destroys a speech object.
|
class |
SpeechLoadGrammarCommand
AGI Command: SPEECH LOAD GRAMMAR
Loads a grammar.
|
class |
SpeechRecognizeCommand
AGI Command: SPEECH RECOGNIZE
Recognizes speech.
|
class |
SpeechSetCommand
AGI Command: SPEECH SET
Sets a speech engine setting.
|
class |
SpeechUnloadGrammarCommand
AGI Command: SPEECH UNLOAD GRAMMAR
Unloads a grammar.
|
class |
StreamFileCommand
AGI Command: STREAM FILE
Sends audio file on channel.
|
class |
TddModeCommand
AGI Command: TDD MODE
Toggles TDD mode (for the deaf).
|
class |
VerboseCommand
AGI Command: VERBOSE
Logs a message to the asterisk verbose log.
|
class |
WaitForDigitCommand
AGI Command: WAIT FOR DIGIT
Waits for a digit to be pressed.
|
Copyright © 2004–2024. All rights reserved.