From 3bf654b1dce9c3f9334cd7624218d93dfbf2655d Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 1 Feb 2012 15:02:42 +0000 Subject: [PATCH] Added clarification for the VERBOSITY setting to etc_default_asterisk Clarified that using the VERBOSITY setting in etc_default_asterisk is the same as using the -v command line switch, which causes Asterisk to launch in console mode. (closes issue ASTERISK-17030) Reported by: Jonas git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@353550 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/init.d/etc_default_asterisk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/init.d/etc_default_asterisk b/contrib/init.d/etc_default_asterisk index 0b41f455eb..584292e132 100644 --- a/contrib/init.d/etc_default_asterisk +++ b/contrib/init.d/etc_default_asterisk @@ -28,6 +28,9 @@ COLOR=yes #MAXCALLS=1000 # Default console verbosity. This may be raised or lowered on the console. +# Note this is analogous to the -v command line switch, which by default +# will cause Asterisk to start in console mode and run in the foreground, +# unless the always fork (-F) option is also provided. #VERBOSITY=3 # Enable internal timing if the DAHDI timer is available. The default