From cad843fe077461af62ccc26425a5f783696e4fef Mon Sep 17 00:00:00 2001 From: Sean Bright <sean.bright@gmail.com> Date: Tue, 23 Mar 2021 18:24:35 -0400 Subject: [PATCH] queues.conf.sample: Correct 'context' documentation. ASTERISK-24631 #close Change-Id: I8bf8776906a72ee02f24de6a85345940b9ff6b6f --- configs/samples/queues.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/samples/queues.conf.sample b/configs/samples/queues.conf.sample index eae5e0ea81..69e5975387 100644 --- a/configs/samples/queues.conf.sample +++ b/configs/samples/queues.conf.sample @@ -119,9 +119,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 ; -- GitLab