Logs a message to the asterisk verbose log.
Does nothing.
Hangs up the specified channel. If no channel name is given, hangs up the current channel. Asterisk AGI command reference.
Cause the channel to execute the specified dialplan subroutine.
Executes application with given options. Returns whatever the application returns, or '-2' on failure to find application.
Answer channel
AGI command that pauses execution and waits for the caller to press a DTMF key. Returns the digit pressed, 0 on timeout, or -1 on channel failure. Tim...
Enable/Disable TDD transmission/reception on a channel. Returns '1' if successful, or '0' if channel is not TDD-capable.
Sends audio file on channel.
Asterisk SPEECH UNLOAD GRAMMAR AGI command reference. Complete documentation with syntax, arguments, and usage examples.
Sets a speech engine setting.
Recognizes speech.
Loads a grammar.
Destroys a speech object.
Deactivates a grammar.
Creates a speech object.
Activates a grammar.
Sets a channel variable.
Set channel dialplan priority.
Enables/Disables the music on hold generator. If class is not specified, then the 'default' music on hold class will be used.
Changes channel extension.
Sets channel context.
Sets callerid for the current channel.
Cause the channel to automatically hangup at time seconds in the future. Of course it can be hungup before then as well.
Sends the given text on a channel. Most channels do not support the transmission of text. Asterisk AGI command reference.