I have a vector that when callers use a single digit to go to an extension and there is no answer it does not cover to voice mail.
Here is how I have it programmed.
CALL VECTOR
Number: 231 Name: CVB-Sales
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 2 secs hearing silence
02 collect 4 digits after announcement 8451 for none
03 route-to digits with coverage y
04 route-to number 6208 with cov y if digit = 0
05 route-to number 6206 with cov y if digit = 1
06 route-to number 6212 with cov y if digit = 2
07 route-to number 6218 with cov y if digit = 3
08 route-to number 6228 with cov y if digit = 4
09 route-to number 6217 with cov y if digit = 5
10 route-to number 6220 with cov y if digit = 6
11 route-to number 6207 with cov y if digit = 7
12 route-to number 6209 with cov y if digit = 8
13 goto step 2 if digits = #
Here is how I have it programmed.
CALL VECTOR
Number: 231 Name: CVB-Sales
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 2 secs hearing silence
02 collect 4 digits after announcement 8451 for none
03 route-to digits with coverage y
04 route-to number 6208 with cov y if digit = 0
05 route-to number 6206 with cov y if digit = 1
06 route-to number 6212 with cov y if digit = 2
07 route-to number 6218 with cov y if digit = 3
08 route-to number 6228 with cov y if digit = 4
09 route-to number 6217 with cov y if digit = 5
10 route-to number 6220 with cov y if digit = 6
11 route-to number 6207 with cov y if digit = 7
12 route-to number 6209 with cov y if digit = 8
13 goto step 2 if digits = #