1 # Startup configuration for the Asterisk daemon
3 # Uncomment the following and set them to the user/groups that you
4 # want to run Asterisk as. NOTE: this requires substantial work to
5 # be sure that Asterisk's environment has permission to write the
6 # files required for its operation, including logs, its comm
7 # socket, the asterisk database, etc.
11 # If you DON'T want Asterisk to start up with terminal colors, comment
15 # If you want Asterisk to run with a non-default configuration file,
16 # uncomment the following option, and set the value appropriately.
17 #ALTCONF=/etc/asterisk/asterisk.conf
19 # In the case of a crash, Asterisk may create a core file. Uncomment
20 # if you want this behavior.
23 # Asterisk may establish a maximum load average for the system. This
24 # may be useful to prevent a flood of calls from taking down the system.
27 # Or, if you'd prefer, you can limit the maximum number of calls.
30 # Default console verbosity. This may be raised or lowered on the console.
31 # Note this is analogous to the -v command line switch, which by default
32 # will cause Asterisk to start in console mode and run in the foreground,
33 # unless the always fork (-F) option is also provided.
36 # Enable internal timing if the DAHDI timer is available. The default
37 # behaviour is that outbound packets are phase locked to inbound packets.
38 # Enabling this option causes them to be locked to the internal DAHDI
42 # Start all recordings into a temporary directory, before moving them to
43 # their final location.
44 #TEMPRECORDINGLOCATION=yes