summaryrefslogtreecommitdiff
path: root/configs/basic-pbx
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-05-10 11:08:33 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-05-10 11:08:33 +0300
commit1b0a9bb2c4237e8654ee1e8cda41f71ff25dfbb0 (patch)
tree0bbc2fc81eea98aa265dbb01a0bb1b2348cf297f /configs/basic-pbx
parentd0ba3e8196f57e5b308daf6b890c612a94435b3d (diff)
basic-cfg: asterisk.conf: debug level 5 spams
Don't suggest users to use debug level 5, which spews (usually non-useful) debug information. Reduce the suggestion to (an arbitrarily-selected) level 2. Change-Id: Ib53195f78945970956ff59ef13fa89b90e0fcd60 Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Diffstat (limited to 'configs/basic-pbx')
-rw-r--r--configs/basic-pbx/asterisk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
index 67c5e40da..d0812656f 100644
--- a/configs/basic-pbx/asterisk.conf
+++ b/configs/basic-pbx/asterisk.conf
@@ -3,7 +3,7 @@
; or debug logger channel types, then we use these settings (by default
; they are disabled).
;verbose = 5
-;debug = 5
+;debug = 2
; User and group to run asterisk as. NOTE: This will require changes to
; directory and device permissions.