## Path:        Network/VoIP/Asterisk
## Description: Startup configuration for the Asterisk daemon

## Type:    string
## Default: asterisk
#
# User that you want to run Asterisk as.
# NOTE: this requires substantial work to
# be sure that Asterisk's environment has permission to write the
# files required  for  its  operation, including logs, its comm
# socket, the asterisk database, etc.
#
AST_USER="asterisk"

## Type:    string
## Default: asterisk
#
# Group that you want to run Asterisk as.
# NOTE: this requires substantial work to
# be sure that Asterisk's environment has permission to write the
# files required  for  its  operation, including logs, its comm
# socket, the asterisk database, etc.
#
AST_GROUP="asterisk"

## Type:    yesno
## Default: yes
#
# If you DON'T want Asterisk to start up with terminal colors, comment
# this out.
#
COLOR="yes"

## Type:    string
## Default: /etc/asterisk/asterisk.conf
#
# Use non-default configuration file,
#
ALTCONF=""

## Type:    yesno
## Default: yes
#
# In the case of a crash, Asterisk may create a core file.
#
COREDUMP="yes"

## Type:    integer
#
# Asterisk may establish a maximum load average for the system.  This
# may be useful to prevent a flood of calls from taking down the system.
#
MAXLOAD=""

## Type:    integer
#
# Or, if you'd prefer, you can limit the maximum number of calls.
#
MAXCALLS=""

## Type:    integer
## Default: 3
#
# Default console verbosity.  This may be raised or lowered on the console.
# Note this is analogous to the -v command line switch, which by default
# will cause Asterisk to start in console mode and run in the foreground,
# unless the always fork (-F) option is also provided.
#
VERBOSITY="3"

## Type:    yesno
## Default: yes
#
# Enable internal timing if the DAHDI timer is available.  The default
# behaviour is that outbound packets are phase locked to inbound packets.
# Enabling this option causes them to be locked to the internal DAHDI
# timer instead.
#
INTERNALTIMING="yes"

## Type:    yesno
## Default: no
#
# Start all recordings into a temporary directory, before moving them to
# their final location.
#
TEMPRECORDINGLOCATION="no"
