How to enable the debug options from Asterisk CLI?
willie_jameson 28-July-2008 03:27:01 PM

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



Posted: 29-July-2008 01:13:59 PM By: carlos33

iax debug -vvvv
Sip debug -vvvv
Asterisk - r

Posted: 24-August-2008 08:16:27 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"

To enable the debug options from Asterisk CLI use following command:
iax debug -vvvv
Sip debug -vvvv
Asterisk - r

Posted: 14-June-2009 07:41:34 AM By: crouse

iax debug -vvvv
Sip debug -vvvv
Asterisk - r