b00f67a5dc
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
45 lines
834 B
Plaintext
45 lines
834 B
Plaintext
; File: queues.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: persistentmembers
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
persistentmembers = yes
|
|
|
|
; Value: autofill
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
autofill = yes
|
|
|
|
; Value: monitor-type
|
|
; Section: general
|
|
; Description:
|
|
; Default: MixMonitor
|
|
monitor-type = MixMonitor
|
|
|
|
; Value: updatecdr
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
updatecdr = yes
|
|
|
|
; Value: shared_lastcall
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
shared_lastcall = yes
|
|
|
|
; Value: log_membername_as_agent
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
log_membername_as_agent = yes
|
|
|
|
#tryinclude "queues.conf.d/*.conf"
|