mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
app_queue: Reset all queue defaults before reload.
Several queue fields were not being set to their default value during a reload. Additionally added some sample configuration options that were missing from queues.conf.sample. Change-Id: I3a88c7877af91752b1b46a0c087384f7eb9c47e4
This commit is contained in:
committed by
George Joseph
parent
62a64686e2
commit
632da7c11a
@@ -71,6 +71,12 @@ monitor-type = MixMonitor
|
||||
;
|
||||
;announce = queue-markq
|
||||
;
|
||||
; An announcement may be specified which is played to the caller just
|
||||
; before they are bridged with an agent. The default is to not play an
|
||||
; announcement to the caller.
|
||||
;
|
||||
;queue-callerannounce = you-are-being-connected
|
||||
;
|
||||
; A strategy may be specified. Valid strategies include:
|
||||
;
|
||||
; ringall - ring all available channels until one answers (default)
|
||||
@@ -341,6 +347,10 @@ monitor-type = MixMonitor
|
||||
;queue-thereare = queue-thereare
|
||||
; ("calls waiting.")
|
||||
;queue-callswaiting = queue-callswaiting
|
||||
; ("Currently there are more than")
|
||||
;queue-quantity1 = queue-quantity1
|
||||
; ("callers waiting to speak with a representative")
|
||||
;queue-quantity2 = queue-quantity2
|
||||
; ("The current est. holdtime is")
|
||||
;queue-holdtime = queue-holdtime
|
||||
; ("minute.")
|
||||
|
||||
Reference in New Issue
Block a user