Loads a grammar.
Deactivates a grammar.
Destroys a speech object.
Creates a speech object.
Activates a grammar.
Sets a channel variable.
Set channel dialplan priority.
Changes channel extension.
Enables/Disables the music on hold generator. If class is not specified, then the 'default' music on hold class will be used.
Sets channel context.
Sets callerid for the current channel.
Sends the given text on a channel. Most channels do not support the transmission of text. Asterisk AGI command reference.
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 image on a channel. Most channels do not support the transmission of images. Asterisk AGI command reference.
Say a given character string with phonetics, returning early if any of the given DTMF digits are received on the channel.
Say a given time, returning early if any of the given DTMF digits are received on the channel. Asterisk AGI command reference.
Say a given number, returning early if any of the given DTMF digits are received on the channel. Asterisk AGI command reference.
Says a given digit string.
Say a given date, returning early if any of the given DTMF digits are received on the channel. Asterisk AGI command reference.
Says a given time as specified by the format given.
Says a given character string.
Receives a string of text on a channel. Most channels do not support the reception of text. Asterisk AGI command reference.
Records to a given file.
Receives one character from channels supporting it.
Stream file, prompt for DTMF, with timeout.
Gets a channel variable.
Evaluates the given expression against the channel specified by channelname, or the current channel if channelname is not provided.
Prompts for DTMF on a channel
Gets database value
Adds or updates an entry in the Asterisk database for a given family, key, and value. Returns '1' if successful, '0' otherwise.