summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-05-12 23:18:43 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-05-12 23:18:43 -0500
commit8143a00c69cdd73d69f097d93d13f696b486abb2 (patch)
tree6ff7a65154d1a034f63c7a2c63b4d71f44d905a4 /configs
parent515f49747c4a7854236053ff9c59c5ee5452a7d7 (diff)
parent1c56de9453c67b54d023feed738ed7ec1c17a245 (diff)
Merge "basic-cfg: asterisk.conf: defaults of options" into 13
Diffstat (limited to 'configs')
-rw-r--r--configs/basic-pbx/asterisk.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
index 9408755b6..d0812656f 100644
--- a/configs/basic-pbx/asterisk.conf
+++ b/configs/basic-pbx/asterisk.conf
@@ -1,13 +1,14 @@
[options]
; If we want to start Asterisk with a default verbosity for the verbose
-; or debug logger channel types, then we use these settings.
+; or debug logger channel types, then we use these settings (by default
+; they are disabled).
;verbose = 5
;debug = 2
; 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.
+;runuser = asterisk ; The user to run as. The default is root.
+;rungroup = asterisk ; The group to run as. The default is root
defaultlanguage = en
documentation_language = en_US