I would need to queue calls to the skillset sk_sales just in case there are no more then 4 waiting calls.
Is the next scripting correct? Seems to me calls are queued to the skillset just if idle agent count >0.
IF (QUEUED CALL COUNT sk_sales < 4) THEN
QUEUE TO skillset sk_sales
WAIT 3
END IF
Thanks,
j
Is the next scripting correct? Seems to me calls are queued to the skillset just if idle agent count >0.
IF (QUEUED CALL COUNT sk_sales < 4) THEN
QUEUE TO skillset sk_sales
WAIT 3
END IF
Thanks,
j