Stop playing a tone list.
Asterisk StopMusicOnHold dialplan application reference. Complete documentation with syntax, arguments, and usage examples.
Stop recording a call through MixMonitor, and free the recording's file handle.
Allow statistics to be passed to the StatsD server from the dialplan.
Invoke a Stasis application. This application will set the following channel variable upon completion: STASISSTATUS - This indicates the status of the...
Start background music on a channel without blocking the dialplan. Use StartMusicOnHold when you need MOH to play during a transfer, callback wait, or...
Remove one address from gosub stack.
Unload a grammar. Hangs up the channel on failure. If this is not desired, use TryExec. Asterisk dialplan application reference.
Tell the speech recognition engine that it should start trying to get results from audio being fed to it. Hangs up the channel on failure.
This changes the processing sound that SpeechBackground plays back when the speech recognition engine is processing and working to get results.
Load a grammar.
This destroys the information used by all the other speech recognition applications. Asterisk dialplan application reference.
This deactivates the specified grammar so that it is no longer recognized. Hangs up the channel on failure. If this is not desired, use TryExec.
Creates information to be used by all the other applications. It must be called before doing any speech recognition activities such as activating a.
Play a sound file and wait for speech to be recognized.
This activates the specified grammar to be recognized by the engine. A grammar tells the speech recognition engine what to recognize, and how to portr...
Hangs up the requested channel. If there are no channels to hangup, the application will report it. Asterisk dialplan application reference.
This simple number guessing application is a template to build other applications from. Asterisk dialplan application reference.
Sends a signal to any waiting channels.
Sends text to the current channel. current channel could be the caller or callee depending on the context in which this application is called.
Sends arbitrary SF digits on the current or specified channel.
Sends arbitrary MF digits on the current or specified channel.
Is provided by res\_fax, which is a FAX technology agnostic module that utilizes FAX technology resource modules to complete a FAX transmission.
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.