tiggerbouncy
Technical User
Hi
We are seeing calls terminated looking for a certain skillset in the evening because the evening team sometimes cannot have agents logged with that skillset enabled.
IF NOT OUT OF SERVICE Cust_Serv_ooh THEN
QUEUE TO SKILLSET Cust_Serv_ooh
WAIT 2
END IF
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT vs_main_greeting
VOICE SEGMENT vs_call_recording
END VOICE SESSION
So because this skillset is out of service the call terminates.
Is there any way we can make the call queue, even though the skillset is out of service until either the skillset becomes in service or the customer abandons.
Thanks
We are seeing calls terminated looking for a certain skillset in the evening because the evening team sometimes cannot have agents logged with that skillset enabled.
IF NOT OUT OF SERVICE Cust_Serv_ooh THEN
QUEUE TO SKILLSET Cust_Serv_ooh
WAIT 2
END IF
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT vs_main_greeting
VOICE SEGMENT vs_call_recording
END VOICE SESSION
So because this skillset is out of service the call terminates.
Is there any way we can make the call queue, even though the skillset is out of service until either the skillset becomes in service or the customer abandons.
Thanks