From: Sean Bright Date: Tue, 23 Mar 2021 22:24:35 +0000 (-0400) Subject: queues.conf.sample: Correct 'context' documentation. X-Git-Tag: 18.4.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31364fa4c833cfb1529a9d9f9452c87b19238206;p=thirdparty%2Fasterisk.git queues.conf.sample: Correct 'context' documentation. ASTERISK-24631 #close Change-Id: I8bf8776906a72ee02f24de6a85345940b9ff6b6f --- diff --git a/configs/samples/queues.conf.sample b/configs/samples/queues.conf.sample index 6d0e4b00f5..a58f77c933 100644 --- a/configs/samples/queues.conf.sample +++ b/configs/samples/queues.conf.sample @@ -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 ;