hello im trying to set up a script that will measure the number of calls queuing against a skillset. I have used a script of the master script with the following,
IF QUEUED CALL COUNT test WITH CALL PRIORITY 1 > 1 THEN
DISCONNECT
END IF
QUEUE TO SKILLSET test WITH PRIORITY 1
its just a test script and im just testing that the symposium knows that the number of call is greater than 1 and then disconnect. It doesnt do this and instead queues all the calls against the test skillset instead. Do i have to define the 'queued call count' somewhere in symposium?
Thanks
IF QUEUED CALL COUNT test WITH CALL PRIORITY 1 > 1 THEN
DISCONNECT
END IF
QUEUE TO SKILLSET test WITH PRIORITY 1
its just a test script and im just testing that the symposium knows that the number of call is greater than 1 and then disconnect. It doesnt do this and instead queues all the calls against the test skillset instead. Do i have to define the 'queued call count' somewhere in symposium?
Thanks