Hi All,
I was wondering if it's possible to put 2 different holiday steps in the same vector?
Here's my current vector:
CALL VECTOR
Number: 16 Name: GRAD STUDIES
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 goto step 10 if holiday in table 1
02 goto step 10 if time-of-day is all 16:00 to all 09:00
03 goto step 10 if time-of-day is fri 16:00 to mon 09:00
04 goto step 10 if calls-queued in skill 12 pri m > 6
05 queue-to skill 12 pri m
06 wait-time 4 secs hearing ringback
07 announcement 20019
08 wait-time 30 secs hearing music
09 goto step 7 if unconditionally
10 messaging skill 99 for extension active
11 stop
12
I want to have another step right after there first holiday, goto step 12 if holiday in table 20
and then would have it play and an announcement after hanging up.
these are one off things and want to keep the main holiday that is used for all the general school holidays.
It seems like logically it should work. Just wondering if anyone has had a need to do this and have they experienced any problems?
Thanks.
-James
I was wondering if it's possible to put 2 different holiday steps in the same vector?
Here's my current vector:
CALL VECTOR
Number: 16 Name: GRAD STUDIES
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 goto step 10 if holiday in table 1
02 goto step 10 if time-of-day is all 16:00 to all 09:00
03 goto step 10 if time-of-day is fri 16:00 to mon 09:00
04 goto step 10 if calls-queued in skill 12 pri m > 6
05 queue-to skill 12 pri m
06 wait-time 4 secs hearing ringback
07 announcement 20019
08 wait-time 30 secs hearing music
09 goto step 7 if unconditionally
10 messaging skill 99 for extension active
11 stop
12
I want to have another step right after there first holiday, goto step 12 if holiday in table 20
and then would have it play and an announcement after hanging up.
these are one off things and want to keep the main holiday that is used for all the general school holidays.
It seems like logically it should work. Just wondering if anyone has had a need to do this and have they experienced any problems?
Thanks.
-James