I'm confused,I have written a vector,however I want to ensure what I have is correct.Business hours are from 6a to 12mid M-F and 8a-12mid Sat.and closed Sun.My question is will the caller still go to step 16 on Sunday?
01 wait-time 2 secs hearing ringback
02 goto step 16 if time-of-day is all 23:55 to all 06:05
03 goto step 16 if time-of-day is fri 23:55 to sat 08:05
04 goto step 16 if time-of-day is sat 16:55 to sun 08:00
05 goto step 16 if holiday in table 9
06 announcement 13766
07 route-to number 7371808 with cov n if unconditionally
08 wait-time 25 secs hearing music
09 goto step 7 if unconditionally
10 stop
11 collect 1 digits after announcement 13847 for none
12 route-to number 62164 with cov n if digit = 0
13 goto step 11 if digits = 1
14 disconnect after announcement none
15 stop
16 route-to number 61818 with cov n if unconditionally
17 stop
18
01 wait-time 2 secs hearing ringback
02 goto step 16 if time-of-day is all 23:55 to all 06:05
03 goto step 16 if time-of-day is fri 23:55 to sat 08:05
04 goto step 16 if time-of-day is sat 16:55 to sun 08:00
05 goto step 16 if holiday in table 9
06 announcement 13766
07 route-to number 7371808 with cov n if unconditionally
08 wait-time 25 secs hearing music
09 goto step 7 if unconditionally
10 stop
11 collect 1 digits after announcement 13847 for none
12 route-to number 62164 with cov n if digit = 0
13 goto step 11 if digits = 1
14 disconnect after announcement none
15 stop
16 route-to number 61818 with cov n if unconditionally
17 stop
18