Skip to content
Snippets Groups Projects
Commit 531554d8 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

additional documentation of options (bug #4811)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent bafebbd9
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,22 @@ astrundir => /var/run/asterisk
; 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment