Hi guys, I have a couple of questions regarding script on CC6.
I would like to set priority to the calls handled by the cc6. I would like calls coming into one skillset to be answered first before a less important skillset and have written the following scripts to test
IMPORTANT SKILLSET = testscript1
OTHER SKILLSET = testscript2
*********SAMPLE SCRIPT*************
IF NOT OUT OF SERICE testscript1 THEN
QUEUE TO SKILLSET testscript1 WITH PRIORITY 1
WAIT 2
IF NOT OUT OF SERICE testscript2 THEN
QUEUE TO SKILLSET testscript2 WITH PRIORITY 2
WAIT 2
*********SAMPLE SCRIPT*************
From looking at this script if calls where queuing on skillset testscript2 and a call came in for testscript1 and an agent became avaiable would the agent get the call from testscript1 ( ie the more important skillset )
Can anyone please tell me why setting the priority level in the script is different from setting the priority level with the agent properties in Contact Centre Management?
I would be grateful for any input on this....
Thanks
I would like to set priority to the calls handled by the cc6. I would like calls coming into one skillset to be answered first before a less important skillset and have written the following scripts to test
IMPORTANT SKILLSET = testscript1
OTHER SKILLSET = testscript2
*********SAMPLE SCRIPT*************
IF NOT OUT OF SERICE testscript1 THEN
QUEUE TO SKILLSET testscript1 WITH PRIORITY 1
WAIT 2
IF NOT OUT OF SERICE testscript2 THEN
QUEUE TO SKILLSET testscript2 WITH PRIORITY 2
WAIT 2
*********SAMPLE SCRIPT*************
From looking at this script if calls where queuing on skillset testscript2 and a call came in for testscript1 and an agent became avaiable would the agent get the call from testscript1 ( ie the more important skillset )
Can anyone please tell me why setting the priority level in the script is different from setting the priority level with the agent properties in Contact Centre Management?
I would be grateful for any input on this....
Thanks