I've set my vector up like this:
01 collect 1 digits after announcement 4811
02 goto step 6 if digits = 1
03 goto step 14 if digits = 2
04 goto step 20 if digits >= 3
05 goto step 1 if unconditionally
06 goto step 11 if time-of-day is all 17:00 to all 20:00
07 queue-to skill 55 pri m
08 wait-time 20 secs hearing music
09 announcement 3901
10 goto vector 99 if staffed-agents in skill 99 > 0
11 queue-to skill 12 pri m
I wanted to see if anyone else had used this set up to direct calls to a different skill using a time of day setting?
01 collect 1 digits after announcement 4811
02 goto step 6 if digits = 1
03 goto step 14 if digits = 2
04 goto step 20 if digits >= 3
05 goto step 1 if unconditionally
06 goto step 11 if time-of-day is all 17:00 to all 20:00
07 queue-to skill 55 pri m
08 wait-time 20 secs hearing music
09 announcement 3901
10 goto vector 99 if staffed-agents in skill 99 > 0
11 queue-to skill 12 pri m
I wanted to see if anyone else had used this set up to direct calls to a different skill using a time of day setting?