system-config/modules/asterisk/files/cdr.conf
Russell Bryant d4ec2e00a9 Set up basic Asterisk configuration
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
2013-07-18 14:44:51 -04:00

88 lines
1.3 KiB
Plaintext

; File: cdr.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: unanswered
; Section: general
; Description:
; Default: no
unanswered = no
; Value: endbeforehexten
; Section: general
; Description:
; Default: no
endbeforehexten = no
; Value: initiatedseconds
; Section: general
; Description:
; Default: no
initiatedseconds = no
; Value: batch
; Section: general
; Description:
; Default: no
batch = no
; Value: size
; Section: general
; Description:
; Default: 100
size = 100
; Value: time
; Section: general
; Description:
; Default: no
time = 300
; Value: scheduleronly
; Section: general
; Description:
; Default: no
scheduleronly = no
; Value: safeshutdown
; Section: general
; Description:
; Default: no
safeshutdown = yes
[csv]
; Value: usegmtime
; Section: csv
; Description:
; Default: yes
usegmtime = yes
; Value: loguniqueid
; Section: csv
; Description:
; Default: yes
loguniqueid = yes
; Value: loguserfield
; Section: csv
; Description:
; Default: yes
loguserfield = yes
; Value: accountlogs
; Section: csv
; Description:
; Default: yes
accountlogs = yes
#tryinclude "cdr.conf.d/*.conf"