d4ec2e00a9
This commit sets up the basic configuration for Asterisk. It will allow Asterisk to run, but it won't do anything useful yet. Change-Id: I7975082ff5351db4dc6e3c8cf9dd2d90675e3108
42 lines
735 B
Plaintext
42 lines
735 B
Plaintext
; File: cel.conf
|
|
; Description:
|
|
; Note: Do NOT edit this file.
|
|
; See http://wiki.kickstand-project.org/wiki/Asterisk:Configuration_Files for
|
|
; more information about using these configuration files.
|
|
|
|
[general]
|
|
; Value: enable
|
|
; Section: general
|
|
; Description:
|
|
; Default: no
|
|
enable = no
|
|
|
|
; Value: events
|
|
; Section: general
|
|
; Description:
|
|
; Default: APP_START,APP_END,CHAN_START,CHAN_END
|
|
events = APP_START,APP_END,CHAN_START,CHAN_END
|
|
|
|
; Value: apps
|
|
; Section: general
|
|
; Description:
|
|
; Default: dial
|
|
apps = dial
|
|
|
|
; Value: dateformat
|
|
; Section: general
|
|
; Description:
|
|
; Default: %F %T
|
|
dateformat = %F %T
|
|
|
|
[manager]
|
|
; Value: enabled
|
|
; Section: manager
|
|
; Description:
|
|
; Default: no
|
|
enabled = no
|
|
|
|
[radius]
|
|
|
|
#tryinclude "cel.conf.d/*.conf"
|