mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
* No need to set language in a miniml configuration. 'en' will do just fine. * It would be useful to have an example of setting it to a different language. * Setting the documentation language explicitly is likewise not required. Setting it to a different value is not common. At least until there is a set of translated documentation. Change-Id: I94d91ea34e129925f25af81ef8dc0906fb568cb7 Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
14 lines
461 B
Plaintext
14 lines
461 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 (by default
|
|
; they are disabled).
|
|
;verbose = 5
|
|
;debug = 2
|
|
|
|
; User and group to run asterisk as. NOTE: This will require changes to
|
|
; directory and device permissions.
|
|
;runuser = asterisk ; The user to run as. The default is root.
|
|
;rungroup = asterisk ; The group to run as. The default is root
|
|
|
|
;defaultlanguage = es
|