diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
index 06c632e79d06324d2514bce1031f3c71b67cc1cf..67c5e40da011ec8bb40e49cba9fdac7d20d3ac0e 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 = 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