We route calls from a couple of toll free numbers to the same VDN and the same vector. I built holiday tables into the vector to bypass 1 or both IVR systems that handle calls.
I recently made an entry into holiday table 99 to bypass both systems and when I called it, the call bypassed and routed properly. But we see a lot of calls that went through and were handled by the IVR.
The IVR ports are set up as AAS agents and only have 1 skill. I have listed usage and made sure that calls are not routed to these IVR ports by any other method than to the one vector shown below for processing.
Is there any reason a vector would ignore the holiday entry in a vector, or are there any known issues? I don't know of any other item that would effect holiday routing, such as COR, VDN settings, etc.
The holiday entry I made was:
______START_______ _______END________
Month Day Hour Min Month Day Hour Min Description
12 31 08 58 12 31 23 59
01 01 00 00 01 05 00 00
The vector is programmed as follows:
Number: 94 Name: IVR
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 wait-time 0 secs hearing silence
02 # Next line bypasses both IVRs
03 goto step 14 if holiday in table 99
04 # Next line bypasses IVR1
05 goto step 10 if holiday in table 97
06 goto step 10 if V1 = 1
07 queue-to skill 1st pri m
08 goto step 14 if V1 = 2
09 # Next line is to bypass IVR2
10 goto step 14 if holiday in table 98
11 queue-to skill 2nd pri m
12 goto step 14 if queue-fail
13 stop
14 goto vector 22 @step 1 if unconditionally
15 stop
- Stinney
Quoting only proves you know how to cut and paste.
I recently made an entry into holiday table 99 to bypass both systems and when I called it, the call bypassed and routed properly. But we see a lot of calls that went through and were handled by the IVR.
The IVR ports are set up as AAS agents and only have 1 skill. I have listed usage and made sure that calls are not routed to these IVR ports by any other method than to the one vector shown below for processing.
Is there any reason a vector would ignore the holiday entry in a vector, or are there any known issues? I don't know of any other item that would effect holiday routing, such as COR, VDN settings, etc.
The holiday entry I made was:
______START_______ _______END________
Month Day Hour Min Month Day Hour Min Description
12 31 08 58 12 31 23 59
01 01 00 00 01 05 00 00
The vector is programmed as follows:
Number: 94 Name: IVR
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 wait-time 0 secs hearing silence
02 # Next line bypasses both IVRs
03 goto step 14 if holiday in table 99
04 # Next line bypasses IVR1
05 goto step 10 if holiday in table 97
06 goto step 10 if V1 = 1
07 queue-to skill 1st pri m
08 goto step 14 if V1 = 2
09 # Next line is to bypass IVR2
10 goto step 14 if holiday in table 98
11 queue-to skill 2nd pri m
12 goto step 14 if queue-fail
13 stop
14 goto vector 22 @step 1 if unconditionally
15 stop
- Stinney
Quoting only proves you know how to cut and paste.