Asterisk command line interface (CLI) commands
Below are a list of commands you can use from the Asterisk command line interface (CLI)
The CLI is reached by using the Linux shell command
asterisk -r
If you want debugging output, add one or many v:s
asterisk -vvvvvr
The Asterisk server has to be running in the background for the CLI to start.
If you want to run a CLI command in [...]