bravosfreak
IS-IT--Management
I am trying to find a way to simplify our vectors. We have several hundred vectors for different clients that have the same open/close times. The problem is that in the event we change our hours, each vector needs to be changed. I have experimented with VIV but cannot come up with a solution that will work. Below is a sample vector. We are changing our end of day from 7pm to 8pm and I'd like to simplify this for next time. FYI vector 3 sends the call to our call answering service.
Thanks in advance for your help.
CALL VECTOR
Number: 1 Name: INSURANCE Q.
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y
01 goto vector 3 if time-of-day is mon 19:00 to tue 08:00
02 goto vector 3 if time-of-day is tue 19:00 to wed 08:00
03 goto vector 3 if time-of-day is wed 19:00 to thu 08:00
04 goto vector 3 if time-of-day is thu 19:00 to fri 08:00
05 goto vector 3 if time-of-day is fri 19:00 to mon 08:00
06 goto vector 3 if staffed-agents in skill 9 = 0
Thanks in advance for your help.
CALL VECTOR
Number: 1 Name: INSURANCE Q.
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y
01 goto vector 3 if time-of-day is mon 19:00 to tue 08:00
02 goto vector 3 if time-of-day is tue 19:00 to wed 08:00
03 goto vector 3 if time-of-day is wed 19:00 to thu 08:00
04 goto vector 3 if time-of-day is thu 19:00 to fri 08:00
05 goto vector 3 if time-of-day is fri 19:00 to mon 08:00
06 goto vector 3 if staffed-agents in skill 9 = 0