Ticket #29920: asterisk.conf

File asterisk.conf, 1.9 KB (added by funnymanva@…, 13 years ago)

Template of base asterisk.conf to be placed in files folder and updated on install

Line 
1[directories]
2astetcdir => PREFIX/etc/asterisk
3astmoddir => PREFIX/lib/asterisk/modules
4astvarlibdir => PREFIX/var/lib/asterisk
5astdatadir => PREFIX/var/lib/asterisk
6astagidir => PREFIX/var/lib/asterisk/agi-bin
7astspooldir => PREFIX/var/spool/asterisk
8astrundir => PREFIX/var/run/asterisk
9astlogdir => PREFIX/var/log/asterisk
10
11;[options]
12;verbose = 3
13;debug = 3
14;alwaysfork = yes ; same as -F at startup
15;nofork = yes ; same as -f at startup
16;quiet = yes ; same as -q at startup
17;timestamp = yes ; same as -T at startup
18;execincludes = yes ; support #exec in config files
19;console = yes ; Run as console (same as -c at startup)
20;highpriority = yes ; Run realtime priority (same as -p at startup)
21;initcrypto = yes ; Initialize crypto keys (same as -i at startup)
22;nocolor = yes ; Disable console colors
23;dontwarn = yes ; Disable some warnings
24;dumpcore = yes ; Dump core on crash (same as -g at startup)
25;languageprefix = yes ; Use the new sound prefix path syntax
26;internal_timing = yes
27;systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues
28;maxcalls = 10 ; Maximum amount of calls allowed
29;maxload = 0.9 ; Asterisk stops accepting new calls if the load average exceed this limit
30;cache_record_files = yes ; Cache recorded sound files to another directory during recording
31;record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files)
32;transmit_silence_during_record = yes ; Transmit SLINEAR silence while a channel is being recorded
33;transmit_silence = yes ; Transmit SLINEAR silence while a channel is being recorded or DTMF is being generated
34;transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly
35;runuser = asterisk ; The user to run as
36;rungroup = asterisk ; The group to run as
37
38; Changing the following lines may compromise your security.
39;[files]
40;astctlpermissions = 0660
41;astctlowner = root
42;astctlgroup = root
43;astctl = asterisk.ctl