Sends arbitrary DTMF digits
Uses some of the sound files stored in /var/lib/asterisk/sounds to construct a phrase saying the specified date and/or time in the specified format.
Will play the sounds from the phonetic alphabet that correspond to the letters in the given string. Asterisk dialplan application reference.
Say Ordinal Number.
Will play the sounds that correspond to the given digits. Optionally, a gender may be specified. Asterisk dialplan application reference.
Will play the currency sounds for the given floating point number in the current language. Currently only English and US Dollars is supported.
Will play the sounds that correspond to the digits of the given number. This will use the language that is currently set for the channel.
Say a noun in declined form in order to count things
Say a adjective in declined form in order to count things
Say Alpha.
Will play the sounds that correspond to the letters of the given string. If the channel variable SAY\DTMF\INTERRUPT is set to 'true' (case insensitive...
Communicates with SMS service centres and SMS capable analogue phones.
Should be executed by an SLA trunk on an inbound call. The channel calling this application should correspond to the SLA trunk with the name trunk tha...
Should be executed by an SLA station. The argument depends on how the call was initiated. Asterisk dialplan application reference.
Indicate ringing tone.
Jumps to the last label on the stack, removing it. The return value, if any, is saved in the channel variable GOSUB_RETVAL.
Place a call, retrying on failure allowing an optional exit extension.
Causes the Call Data Record to be reset. Depending on the flags passed in, this can have several effects. With no options, a reset does the following:...
If the interface is NOT in the queue it will return an error. This application sets the following channel variable upon completion: RQMSTATUS REMOVED.
Reloads an Asterisk module, blocking the channel until the reload has completed.
If filename contains '%d', these characters will be replaced with a number incremented by one each time the file is recorded.
Waits for timeout seconds on the current channel to receive text. Result of transmission will be stored in the following variables: RECEIVETEXTMESSAGE...
Detects SF digits on a channel and saves them to a variable.
Detects MF digits on a channel and saves them to a variable.
Is provided by res\_fax, which is a FAX technology agnostic module that utilizes FAX technology resource modules to complete a FAX transmission.
Reads a '#' terminated string of digits from the user into the given variable. Will set READEXTENSTATUS on exit with one of the following statuses:.
Will jump to the 'e' extension in the current context, setting the dialplan function EXCEPTION(). Asterisk dialplan application reference.
Writes to the queue_log file for outbound calls and updates Realtime Data. Is used at h extension to be able to have all the parameters.
Writes to the queue_log file.
In addition to transferring the call, a call may be parked and then picked up by another user. Asterisk dialplan application reference.