summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-05-10 11:06:10 +0300
committerMark Michelson <mmichelson@digium.com>2016-05-12 16:53:14 -0500
commit1c56de9453c67b54d023feed738ed7ec1c17a245 (patch)
tree4571868616982f77039b0604c57d7d750a77f3a2 /configs
parent95285c6d23279345a1cfd48881fa38f2bc8c6e23 (diff)
basic-cfg: asterisk.conf: defaults of options
Note the default of remmed-out options. To clarify that those values are not the defaults. Change-Id: I849c29b7a710f0abc37355fcb5bfee335ae30738 Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
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 576cc976b..8f9a17c85 100644
--- a/configs/basic-pbx/asterisk.conf
+++ b/configs/basic-pbx/asterisk.conf
@@ -13,14 +13,15 @@ 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.
+; or debug logger channel types, then we use these settings (by default
+; they are disabled).
;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.
+;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