Sends the given image on a channel. Most channels do not support the transmission of images. Asterisk AGI command reference.
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 character string with phonetics, returning early if any of the given DTMF digits are received on the channel.
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.
Says a given time as specified by the format given.
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 character string.
Records to a given file.
Receives a string of text on a channel. Most channels do not support the reception of text. Asterisk AGI command reference.
Receives one character from channels supporting it.
Gets a channel variable.
Stream file, prompt for DTMF, with timeout.
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
Adds or updates an entry in the Asterisk database for a given family, key, and value. Returns '1' if successful, '0' otherwise.
Gets database value
Deletes a family or specific keytree within a family in the Asterisk database. Returns '1' if successful, '0' otherwise.
Removes database key/value
Sends audio file on channel and allows the listener to control the stream.
Returns the status of the specified channelname. If no channel name is given then returns the status of the current channel.
Interrupts Async AGI
Look up caller names (CNAM) from an external HTTP service using a PHP AGI script -- normalize inbound numbers, query a CNAM provider, and set the call...