mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
queues.conf.sample: Correct 'context' documentation.
ASTERISK-24631 #close Change-Id: I8bf8776906a72ee02f24de6a85345940b9ff6b6f
This commit is contained in:
@@ -106,9 +106,9 @@ monitor-type = MixMonitor
|
|||||||
; SL2 = ((calls answered within threshold + calls abandoned within threshold) / (answered calls + abandoned calls)) * 100
|
; SL2 = ((calls answered within threshold + calls abandoned within threshold) / (answered calls + abandoned calls)) * 100
|
||||||
;servicelevel = 60
|
;servicelevel = 60
|
||||||
;
|
;
|
||||||
; A context may be specified, in which if the user types a SINGLE
|
; If a 'context' is specified, and a caller enters an extension that
|
||||||
; digit extension while they are in the queue, they will be taken out
|
; matches an extension within that context, they will be taken out of
|
||||||
; of the queue and sent to that extension in this context.
|
; the queue and sent to that extension.
|
||||||
;
|
;
|
||||||
;context = qoutcon
|
;context = qoutcon
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user