aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-07 17:07:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-07 17:07:56 +0000
commit6b8820b91f3ee7f0cd73579294890236ecd138f3 (patch)
treec89dfd9f77464455691614ea89661554d024bb82 /doc
parent9d1d7d9359a8c98f9da92978fab0cf91574d91dd (diff)
add more options (issue #5137)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6527 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.asterisk.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf
index b5b5dd5c5..e39843362 100755
--- a/doc/README.asterisk.conf
+++ b/doc/README.asterisk.conf
@@ -48,6 +48,11 @@ 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)
+timestamp = yes | no ; Force timestamping on log entries to console (-T)
+execincludes = yes | no ; Allow #exec entries in configuration files
+dontwarn = yes | no ; Don't over-inform the Asterisk sysadm, he's a guru
+transcode_via_sln = yes | no ; Build transcode paths via SLINEAR
+maxcalls = 255 ; The maximum number of concurrent calls you want to allow
;This option has no command line equivalent
cache_record_files = yes | no ; Cache record() files in another directory until completion record_cache_dir = <dir>