What is Asterisk command line interface (CLI) command for debugging output? james_winston 01-August-2008 12:40:59 PMComments Debugging Output: 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 -vvvvvr Posted by william 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 |
Posted: 03-August-2008 10:24:43 PM 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" | |
Posted: 04-August-2008 12:59:24 PM By: william asterisk -vvvvvr | |
Posted: 24-August-2008 12:15:52 PM By: sagitraz Debugging Output: 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" |