git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7004 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-08 00:30:29 +00:00
parent 145daf44d8
commit 6f4fabf043
3 changed files with 21 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ nocolor = yes | no ; Disable ANSI colors (-n)
dumpcore = yes | no ; Dump core on failure (-g)
quiet = yes | no ; Run quietly (-q)
timestamp = yes | no ; Force timestamping on log entries to console (-T)
user = asterisk ; User to run asterisk as (-U) NOTE: will require changes to
; directory and device permisions
group = asterisk ; Group to run asterisk as (-G)
;These options have no command line equivalent
cache_record_files = yes | no ; Cache record() files in another directory until completion