Hello,
I hope someone can tell me what I am missing in the logic of this vector. it fails when it reach step 4 from 1pm to 2:30pm. It works fine but at 1:00pm it is not going to step 15 but to queue instead. here is the vector:
CALL VECTOR
Number: 10 Name: Business Offices
Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? n EAS? n G3V4 Enhanced? n ANI/II-Digits? n ASAI Routing? n
Prompting? n LAI? n G3V4 Adv Route? n CINFO? n BSR? n Holidays? y
01 wait-time 0 secs hearing ringback
02 goto step 13 if holiday in table 1
03 goto step 15 if time-of-day is mon 1:00 to fri 2:30
04 goto step 7 if time-of-day is mon 2:31 to fri 19:59
05 goto step 17 if time-of-day is all 20:00 to all 07:59
06 queue-to split 7 pri m
07 wait-time 15 secs hearing music
08 announcement 1010
09 wait-time 30 secs hearing music
10 announcement 1020
11 goto step 9 if unconditionally
12 stop
13 disconnect after announcement 1030
14 stop
15 disconnect after announcement 1040
16 stop
17 disconnect after announcement 1050
18 stop
19
20
21
I hope someone can tell me what I am missing in the logic of this vector. it fails when it reach step 4 from 1pm to 2:30pm. It works fine but at 1:00pm it is not going to step 15 but to queue instead. here is the vector:
CALL VECTOR
Number: 10 Name: Business Offices
Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? n EAS? n G3V4 Enhanced? n ANI/II-Digits? n ASAI Routing? n
Prompting? n LAI? n G3V4 Adv Route? n CINFO? n BSR? n Holidays? y
01 wait-time 0 secs hearing ringback
02 goto step 13 if holiday in table 1
03 goto step 15 if time-of-day is mon 1:00 to fri 2:30
04 goto step 7 if time-of-day is mon 2:31 to fri 19:59
05 goto step 17 if time-of-day is all 20:00 to all 07:59
06 queue-to split 7 pri m
07 wait-time 15 secs hearing music
08 announcement 1010
09 wait-time 30 secs hearing music
10 announcement 1020
11 goto step 9 if unconditionally
12 stop
13 disconnect after announcement 1030
14 stop
15 disconnect after announcement 1040
16 stop
17 disconnect after announcement 1050
18 stop
19
20
21