Gets/sets various pieces of information about the channel, additional item may be available from the channel driver; see its documentation for details...
Will retrieve a value from the Asterisk database and then remove that key from the database. DBRESULT will be set to the key's value if it exists.
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...
Allows the calling party to leave a message for the specified list of mailboxes. When multiple mailboxes are specified, the greeting will be taken fro...
Allows the calling party to check voicemail messages. A specific mailbox, and optional corresponding context, may be specified.
Execute a system command.
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.
Jumps to the last label on the stack, removing it. The return value, if any, is saved in the channel variable GOSUB_RETVAL.
Prompts the caller to enter DTMF digits into a dialplan variable. Supports configurable timeout, maximum digit count, and retry attempts.
If filename contains '%d', these characters will be replaced with a number incremented by one each time the file is recorded.
In addition to transferring the call, a call may be parked and then picked up by another user. Asterisk dialplan application reference.
Plays back given filenames (do not put extension of wav/alaw etc). The Playback application answers the channel if no options are specified.
Park yourself.
Directed extension call pickup.
Does nothing. However, it is useful for debugging purposes. This method can be used to see the evaluations of variables or functions without having an...
Will set the context, extension, and priority in the channel structure based on the evaluation of the given time specification.
Hang up the calling channel.
Will set the current context, extension, and priority in the channel structure based on the evaluation of the given condition.
Will set the current context, extension, and priority in the channel structure. After it completes, the pbx engine will continue dialplan execution at...
Performs Find-Me/Follow-Me functionality for the caller as defined in the profile matching the followmeid parameter in followme.conf.
Jump to label, saving return address.
Echos back any media or DTMF frames read from the calling channel back to itself. This will not echo CONTROL, MODEM, or NULL frames.
Conference bridge application.
Will place calls to one or more specified channels. As soon as one of the requested channels answers, the originating channel will be answered, if it ...
Will play the given list of files (do not put extension) while waiting for an extension to be dialed by the calling channel.
Answer a channel if ringing.
Dynamically adds queue members.
Quick reference for commonly used Asterisk CLI commands -- PJSIP, dialplan, channel, system, voicemail, queue, and debugging commands organized by cat...
Retrieve information about a recording previously created using the Record application