Returns '0' after waiting at least timeout seconds, and only after the next ring has completed. Returns '0' on success or '-1' on hangup.
Waits for up to noiserequired milliseconds of noise, iterations times. An optional timeout specified the number of seconds to return after, even if we...
Waits until expression evaluates to true, checking every interval seconds for up to timeout. Asterisk dialplan application reference.
Pause the dialplan and wait for the caller to dial an extension. Used in IVR menus, auto attendants, and anywhere you need DTMF input to drive call ro...
Waits for the user to press one of the accepted digits for a specified number of seconds. Asterisk dialplan application reference.
Waits for some time.
Play a single voice mail msg from a mailbox by msg id.
Allows the calling party to check voicemail messages. A specific mailbox, and optional corresponding context, may be specified.
Send arbitrary text to verbose output.
Will say the recorded name of the voicemail user specified as the argument to this application. If no context is provided, 'default' is assumed.
Authenticate with Voicemail passwords.
Send an arbitrary user-defined event to parties interested in a channel (AMI users and relevant res_stasis applications).
Unpauses (resumes calls to) a queue member. This is the counterpart to 'PauseQueueMember()' and operates exactly the same way, except it unpauses inst...
Executes a command by using system(). Result of execution is returned in the SYSTEMSTATUS channel variable: SYSTEMSTATUS FAILURE - Could not execute t...
Allows an arbitrary application to be invoked even when not hard coded into the dialplan. To invoke external applications see the application System.
Requests the remote caller be transferred to a given destination. If TECH (SIP, IAX2, etc) is used, only an incoming call with the same channel techno...
Wait for period of time while scanning for call progress tones
Execute Interface Test Server.
Execute Interface Test Client.
Execute a system command.
Echo media, up to 'N' streams of a type, and DTMF back to the calling party
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.
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.