I have been thrown into vector call routing but I have very limited knowlege and would like your opinon.
I have a primary skill(446) and a secondary skill(153). I want to queue calls to the secondary skill if the primary has an expected wait time greater than 60 seconds and secondary skill has a wait time less than the primary skill.
Below is what I have assembled but am unsure if it would work. Your opinions will be greatly appreciated.
Steve
01 wait-time 1 secs hearing ringback
02 announcement 58319
03 adjunct routing link 5
04 announcement 58355
05 announcement 58099
06 wait-time 4 secs hearing music
07 goto step 19 if staffed-agents in skill 446 < 1
08 queue-to skill 446 pri m
09 check skill 153 pri m if expected-wait < 60
10 queue-to best
11 announcement 58345
12 wait-time 15 secs hearing music
13 announcement 58346
14 wait-time 30 secs hearing music
15 announcement 58347
16 wait-time 30 secs hearing music
17 goto step 11 if unconditionally
18 stop
19 goto step 23 if staffed-agents in skill 153 < 1
20 queue-to skill 153 pri m
21 goto step 11 if unconditionally
22 disconnect after announcement 58248
I have a primary skill(446) and a secondary skill(153). I want to queue calls to the secondary skill if the primary has an expected wait time greater than 60 seconds and secondary skill has a wait time less than the primary skill.
Below is what I have assembled but am unsure if it would work. Your opinions will be greatly appreciated.
Steve
01 wait-time 1 secs hearing ringback
02 announcement 58319
03 adjunct routing link 5
04 announcement 58355
05 announcement 58099
06 wait-time 4 secs hearing music
07 goto step 19 if staffed-agents in skill 446 < 1
08 queue-to skill 446 pri m
09 check skill 153 pri m if expected-wait < 60
10 queue-to best
11 announcement 58345
12 wait-time 15 secs hearing music
13 announcement 58346
14 wait-time 30 secs hearing music
15 announcement 58347
16 wait-time 30 secs hearing music
17 goto step 11 if unconditionally
18 stop
19 goto step 23 if staffed-agents in skill 153 < 1
20 queue-to skill 153 pri m
21 goto step 11 if unconditionally
22 disconnect after announcement 58248