Comments
The Asterisk command line interface (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 a shell script, use the x option
asterisk -rx "logger reload"
Posted by sagitraz
asterisk -r
Posted by jackson