# Specify the configuration file
AST_CONFIG=/etc/asterisk/asterisk.conf

# Installation directory
AST_SBIN=/usr/sbin

# The user that Asterisk will run as.
AST_USER="asterisk"

# If a user is specified above, Asterisk will change the group it runs
# as to the primary group of the user, as well as initialize the
# supplementary groups.  If you want to run Asterisk as a different
# group, set AST_GROUP to the group that Asterisk should run as.  Note
# that this may break Zaptel devices as supplementary groups will not
# be initialized.
#AST_GROUP="asterisk"
