What is Asterisk command line interface (CLI) is reached by using the Linux shell command?
willie_jameson 13-August-2008 02:02:45 PM

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



Posted: 14-August-2008 01:16:29 PM By: jackson

asterisk -r

Posted: 27-August-2008 12:24:39 AM By: sagitraz

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"