MarieCurie
Programmer
Hello all! I am trying to understand the vectoring for a site I just took over. My main question is this: why do I need steps 8 through 15, if I am either instantly sent to step 16, or if step 7 routes me to an auto-attd in the audix? Here is the vector:
01 goto vector 11 if holiday in table 1
02 goto step 16 if timeofday is mon 1730 to tue 0830
03 goto step 16 if timeofday is tue 1730 to wed 0830
04 goto step 16 if timeofday is wed 1730 to thu 0830
05 goto step 16 if timeofday is thu 1730 to fri 0830
06 goto step 16 if timeofday is fri 1730 to mon 0830
07 route-to number 5710 with cov y if unconditionally
08 wait-time 0 secs hearing ringback
09 collect 4 digits after announcement 5721
10 goto step 24 if digits = 1
11 goto step 26 if digits = 2
12 goto step 14 if digits = 0
13 route-to digits with cov y
14 route-to number 5710 with cov y if unconditionally
15 stop
16 wait-time 2 secs hearing ringback
17 collect 4 digits after announcement 5722
18 goto step 24 if digits = 0
19 goto step 24 if digits = 1
20 goto step 26 if digits = 2
21 route-to digits with coverage y
22 goto step 24 unconditionally
23 stop
24 messaging split 10 for extension 5710
25 stop
26 messaging split 10 for extension 5711
27 stop
Thanks for any insight!
M.Curie
01 goto vector 11 if holiday in table 1
02 goto step 16 if timeofday is mon 1730 to tue 0830
03 goto step 16 if timeofday is tue 1730 to wed 0830
04 goto step 16 if timeofday is wed 1730 to thu 0830
05 goto step 16 if timeofday is thu 1730 to fri 0830
06 goto step 16 if timeofday is fri 1730 to mon 0830
07 route-to number 5710 with cov y if unconditionally
08 wait-time 0 secs hearing ringback
09 collect 4 digits after announcement 5721
10 goto step 24 if digits = 1
11 goto step 26 if digits = 2
12 goto step 14 if digits = 0
13 route-to digits with cov y
14 route-to number 5710 with cov y if unconditionally
15 stop
16 wait-time 2 secs hearing ringback
17 collect 4 digits after announcement 5722
18 goto step 24 if digits = 0
19 goto step 24 if digits = 1
20 goto step 26 if digits = 2
21 route-to digits with coverage y
22 goto step 24 unconditionally
23 stop
24 messaging split 10 for extension 5710
25 stop
26 messaging split 10 for extension 5711
27 stop
Thanks for any insight!
M.Curie