Asterisk Dialplan Commands
Here is a list of all the commands that you can use in your Dialplan (extensions.conf).Obtaining a list of available applications in the CLI
Asterisk 1.4 or earlier: Type "show applications" or "show application <name>"
Asterisk 1.6 or later: Type "core show applications" or "core show application <name>"
Page Contents
- General commands
- Billing
- Call management (hangup, answer, dial, etc)
- Caller presentation (ID, Name etc)
- ADSI
- Database handling
- Application integration
- Control flow & timeouts
- String & variable manipulation
- Sounds: Playback
- Sounds: Recording and monitoring (listening-in)
- SIP commands
- DAHDI (was ZAP) commands
- Voicemail and conferencing
- Queue and ACD management
- Short Message Service (SMS)
- Alarm Monitoring/Central Station
- Amateur Radio/Repeater Linking
- External applications - not in the Digium distribution (svn or http tarballs)
- Bristuff application
- vISDN applications
- Applications for Sirrix channels
- Alphabetical list
- See Also
Notes:
- An alphabetical list can be found at the end of this page
- Please only list applications integrated in the Asterisk releases or CVS versions, with notes about version where it is included. Third party add-ons is listed in a separate section.
- Colors:
- Green - Added/functional version
- Orange - Deprecated version
- Red - Removed/no longer in present version
General commands
- Authenticate: Authenticate a user. (1.0)
- Bridge: Connect two arbitrary callers. (1.6)
- ChannelRedirect: Redirect an existing channel to the dialplan. ...