summaryrefslogtreecommitdiff
path: root/configs/basic-pbx/asterisk.conf
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2015-02-25 23:48:15 +0000
committerRusty Newton <rnewton@digium.com>2015-02-25 23:48:15 +0000
commit53aec7a969cc9f99fafe3ceeb912ec6b5d50bdcb (patch)
treeeb529f37853b1a344e8475c163427db5e27e4bfe /configs/basic-pbx/asterisk.conf
parent474fec4f92eb71e0bfa27cacac3281690b8ccf32 (diff)
configs/basic-pbx - Super Awesome Company example configs Phase 1, Patch 1
Example configuration files for a "basic PBX" deployment for the fictitious Super Awesome Company. Details at https://reviewboard.asterisk.org/r/4379/ and https://wiki.asterisk.org/wiki/display/AST/Super+Awesome+Company Reported by: Malcolm Davenport Tested by: Rusty Newton Review: https://reviewboard.asterisk.org/r/4379/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/basic-pbx/asterisk.conf')
-rw-r--r--configs/basic-pbx/asterisk.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
new file mode 100644
index 000000000..3ee7b99b8
--- /dev/null
+++ b/configs/basic-pbx/asterisk.conf
@@ -0,0 +1,26 @@
+[directories]
+astetcdir = /etc/asterisk
+astmoddir = /usr/lib/asterisk/modules
+astvarlibdir = /var/lib/asterisk
+astdbdir = /var/lib/asterisk
+astkeydir = /var/lib/asterisk
+astdatadir = /var/lib/asterisk
+astagidir = /var/lib/asterisk/agi-bin
+astspooldir = /var/spool/asterisk
+astrundir = /var/run/asterisk
+astlogdir = /var/log/asterisk
+astsbindir = /usr/sbin
+
+[options]
+; If we want to start Asterisk with a default verbosity for the verbose
+; or debug logger channel types, then we use these settings.
+;verbose = 5
+;debug = 5
+
+; User and group to run asterisk as. NOTE: This will require changes to
+; directory and device permissions.
+;runuser = asterisk ; The user to run as.
+;rungroup = asterisk ; The group to run as.
+
+defaultlanguage = en
+documentation_language = en_US