diff -r 3be96a4c8c18 -r f29abea29121 asterisk/asterisk.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/asterisk/asterisk.conf Mon Apr 27 12:19:05 2009 +0200 @@ -0,0 +1,78 @@ +;; +;; asterisk.conf -- Asterisk main configuration file +;; + +;[directories] +; Make sure these directories have the right permissions if not +; running Asterisk as root + +; Where the configuration files (except for this one) are located +;astetcdir => /etc/asterisk + +; Where the Asterisk loadable modules are located +;astmoddir => /usr/lib/asterisk/modules + +; Where additional 'library' elements (scripts, etc.) are located +;astvarlibdir => /var/lib/asterisk + +; Where AGI scripts/programs are located +;astagidir => /var/lib/asterisk/agi-bin + +; Where spool directories are located +; Voicemail, monitor, dictation and other apps will create files here +; and outgoing call files (used with pbx_spool) must be placed here +;astspooldir => /var/spool/asterisk + +; Where the Asterisk process ID (pid) file should be created +;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) +;alwaysfork=yes | no ; Always background, even with -v or -d (-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) +;timestamp = yes | no ; Force timestamping in CLI verbose output (-T) +;runuser = asterisk ; User to run asterisk as (-U) NOTE: will require changes to + ; directory and device permissions +;rungroup = asterisk ; Group to run asterisk as (-G) +;internal_timing = yes | no ; Enable internal timing support (-I) + +;These options have no command line equivalent +;cache_record_files = yes | no ; Cache record() files in another directory until completion +;record_cache_dir =