aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-26 22:05:50 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-26 22:05:50 +0000
commit34984cd3fd6ac05ab55d774f1020c60b87266025 (patch)
tree3beb5e1f5ea4cae6cf2bc06d2d27e74747d7dd72 /doc
parentb7d5744f6dbf3c6ccf03eae8ee7136f44bf22ff8 (diff)
additional documentation of options (bug #4811)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6228 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.asterisk.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf
index 48da24b91..cb9ec75b3 100755
--- a/doc/README.asterisk.conf
+++ b/doc/README.asterisk.conf
@@ -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>
+