I have a vector that looks like this:
1 announcement 7380
02 queue-to skill 2 pri m
03 goto step 4 if unconditionally
04 collect 1 digits after announcement 7387 for none
05 route-to number xxxxxxxx with cov n if digit = 1
06 route-to number xxxxxxxx with cov n if digit = 2
07 wait-time 30 secs hearing music
08 goto step 4 if unconditionally
09 stop
I have 30 agents with a skill set for this skill 2 and a skill level of 1. I have 5 agents that I want to get calls only if the first 25 agents are not available. How do I do this?
I have already tried to change the five agent id's to have a skill level of 2 but it still doesn't work?
Please advise.
1 announcement 7380
02 queue-to skill 2 pri m
03 goto step 4 if unconditionally
04 collect 1 digits after announcement 7387 for none
05 route-to number xxxxxxxx with cov n if digit = 1
06 route-to number xxxxxxxx with cov n if digit = 2
07 wait-time 30 secs hearing music
08 goto step 4 if unconditionally
09 stop
I have 30 agents with a skill set for this skill 2 and a skill level of 1. I have 5 agents that I want to get calls only if the first 25 agents are not available. How do I do this?
I have already tried to change the five agent id's to have a skill level of 2 but it still doesn't work?
Please advise.