Stores DTMF digits transmitted or received on a channel.
Stop playing a tone list.
Asterisk StopMusicOnHold dialplan application reference. Complete documentation with syntax, arguments, and usage examples.
Stops monitoring a channel. Has no effect if the channel is not monitored. Asterisk dialplan application reference.
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.
Will set the channel's AMA Flags for billing purposes. This application is deprecated. Please use the CHANNEL function instead. ///
Requests client go to URL (IAX2) or sends the URL to the client (other channels). Result is returned in the SENDURLSTATUS channel variable: SENDURLSTA...
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.