]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
queues.conf.sample: Correct 'context' documentation.
authorSean Bright <sean.bright@gmail.com>
Tue, 23 Mar 2021 22:24:35 +0000 (18:24 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 25 Mar 2021 13:41:32 +0000 (08:41 -0500)
ASTERISK-24631 #close

Change-Id: I8bf8776906a72ee02f24de6a85345940b9ff6b6f

configs/samples/queues.conf.sample

index 6d0e4b00f58e9c01b7bae9deecb1158d3f43119f..a58f77c933aba4c3ece28647bf04329604983215 100644 (file)
@@ -106,9 +106,9 @@ monitor-type = MixMonitor
 ; SL2 = ((calls answered within threshold + calls abandoned within threshold) / (answered calls + abandoned calls)) * 100
 ;servicelevel = 60
 ;
-; A context may be specified, in which if the user types a SINGLE
-; digit extension while they are in the queue, they will be taken out
-; of the queue and sent to that extension in this context.
+; If a 'context' is specified, and a caller enters an extension that
+; matches an extension within that context, they will be taken out of
+; the queue and sent to that extension.
 ;
 ;context = qoutcon
 ;