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.
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.
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
Executes application with given options. Returns whatever the application returns, or '-2' on failure to find application.
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
Answer channel
The VOLUME function can be used to increase or decrease the 'tx' or 'rx' gain of any channel. Asterisk dialplan function reference.
Returns the selected attribute from the specified mailbox. If context is not specified, defaults to the 'default' context.
Count the voicemails in a specified mailbox or mailboxes.
Return the current Asterisk version string, or compare it against a specified version using standard operators. Useful for writing dialplan logic that...