[asterisk-commits] basic-cfg: asterisk.conf: defaults of options (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 12 23:18:44 CDT 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: basic-cfg: asterisk.conf: defaults of options
......................................................................
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 at xorcom.com>
---
M configs/basic-pbx/asterisk.conf
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
index 576cc97..8f9a17c 100644
--- a/configs/basic-pbx/asterisk.conf
+++ b/configs/basic-pbx/asterisk.conf
@@ -13,14 +13,15 @@
[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
--
To view, visit https://gerrit.asterisk.org/2827
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I849c29b7a710f0abc37355fcb5bfee335ae30738
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-commits
mailing list