]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
basic-cfg: asterisk.conf: defaults of options 27/2827/1
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 10 May 2016 08:06:10 +0000 (11:06 +0300)
committerMark Michelson <mmichelson@digium.com>
Thu, 12 May 2016 21:53:14 +0000 (16:53 -0500)
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>
configs/basic-pbx/asterisk.conf

index 576cc976b6d1c0c9feeb02f5369c6d5a8c2371ef..8f9a17c85e7508101fc2f772cad2731d633a7459 100644 (file)
@@ -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