Comments
iax debug -vvvv
Sip debug -vvvv
Asterisk - r
Posted by crouse
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"
To enable the debug options from Asterisk CLI use following command:
iax debug -vvvv
Sip debug -vvvv
Asterisk - r
Posted by sagitraz
iax debug -vvvv
Sip debug -vvvv
Asterisk - r
Posted by carlos33