2 astetcdir => /etc/asterisk
3 astmoddir => /usr/lib/asterisk/modules
4 astvarlibdir => /var/lib/asterisk
5 astdbdir => /var/lib/asterisk
6 astkeydir => /var/lib/asterisk
7 astdatadir => /var/lib/asterisk
8 astagidir => /var/lib/asterisk/agi-bin
9 astspooldir => /var/spool/asterisk
10 astrundir => /var/run/asterisk
11 astlogdir => /var/log/asterisk
16 ;alwaysfork = yes ; Same as -F at startup.
17 ;nofork = yes ; Same as -f at startup.
18 ;quiet = yes ; Same as -q at startup.
19 ;timestamp = yes ; Same as -T at startup.
20 ;execincludes = yes ; Support #exec in config files.
21 ;console = yes ; Run as console (same as -c at startup).
22 ;highpriority = yes ; Run realtime priority (same as -p at
24 ;initcrypto = yes ; Initialize crypto keys (same as -i at
26 ;nocolor = yes ; Disable console colors.
27 ;dontwarn = yes ; Disable some warnings.
28 ;dumpcore = yes ; Dump core on crash (same as -g at startup).
29 ;languageprefix = yes ; Use the new sound prefix path syntax.
30 ;internal_timing = yes
31 ;systemname = my_system_name ; Prefix uniqueid with a system name for
32 ; Global uniqueness issues.
33 ;autosystemname = yes ; Automatically set systemname to hostname,
34 ; uses 'localhost' on failure, or systemname if
36 ;maxcalls = 10 ; Maximum amount of calls allowed.
37 ;maxload = 0.9 ; Asterisk stops accepting new calls if the
38 ; load average exceed this limit.
39 ;maxfiles = 1000 ; Maximum amount of openfiles.
40 ;minmemfree = 1 ; In MBs, Asterisk stops accepting new calls if
41 ; the amount of free memory falls below this
43 ;cache_record_files = yes ; Cache recorded sound files to another
44 ; directory during recording.
45 ;record_cache_dir = /tmp ; Specify cache directory (used in conjunction
46 ; with cache_record_files).
47 ;transmit_silence = yes ; Transmit silence while a channel is in a
48 ; waiting state, a recording only state, or
49 ; when DTMF is being generated. Note that the
50 ; silence internally is generated in raw signed
51 ; linear format. This means that it must be
52 ; transcoded into the native format of the
53 ; channel before it can be sent to the device.
54 ; It is for this reason that this is optional,
55 ; as it may result in requiring a temporary
56 ; codec translation path for a channel that may
57 ; not otherwise require one.
58 ;transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of
60 ;runuser = asterisk ; The user to run as.
61 ;rungroup = asterisk ; The group to run as.
62 ;lightbackground = yes ; If your terminal is set for a light-colored
64 documentation_language = en_US ; Set the language you want documentation
65 ; displayed in. Value is in the same format as
67 ;hideconnect = yes ; Hide messages displayed when a remote console
68 ; connects and disconnects.
69 ;lockconfdir = no ; Protect the directory containing the
70 ; configuration files (/etc/asterisk) with a
73 ; Changing the following lines may compromise your security.
75 ;astctlpermissions = 0660
78 ;astctl = asterisk.ctl