mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 04:43:44 +00:00
A minimal configuration does not need to explicitly spell out the directories. The built-in defaults will do just fine. In many cases they are wrong. Change-Id: Id1a671e5c5e9923765a4156b57f9f7e263fdd26c Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
[options]
|
|
; If we want to start Asterisk with a default verbosity for the verbose
|
|
; or debug logger channel types, then we use these settings.
|
|
;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.
|
|
|
|
defaultlanguage = en
|
|
documentation_language = en_US
|