[Asterisk-cvs] asterisk/doc README.asterisk.conf,1.1,1.2

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 26 17:59:15 CDT 2005


Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv24556/doc

Modified Files:
	README.asterisk.conf 
Log Message:
additional documentation of options (bug #4811)


Index: README.asterisk.conf
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.asterisk.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.asterisk.conf	25 Jul 2005 22:38:54 -0000	1.1
+++ README.asterisk.conf	26 Jul 2005 22:05:50 -0000	1.2
@@ -33,3 +33,22 @@
 
 ; Where the Asterisk log files should be created
 astlogdir => /var/log/asterisk
+
+
+[options]
+;Under "options" you can enter configuration options
+;that you also can set with command line options
+
+verbose=0		; Verbosity level for logging (-v)
+debug=3			; Debug: "No" or value (1-4)
+nofork=yes | no		; Background execution disabled (-f)
+console= yes | no	; Console mode (-c)
+highpriority = yes | no	; Execute with high priority (-p)
+initcrypto = yes | no	; Initialize crypto at startup (-i)
+nocolor = yes | no	; Disable ANSI colors (-n)
+dumpcore = yes | no	; Dump core on failure (-g)
+quiet = yes | no	; Run quietly (-q)
+		
+;This option has no command line equivalent
+cache_record_files = yes | no	; Cache record() files in another directory until 				completion record_cache_dir = <dir>
+




More information about the svn-commits mailing list