I have the following vector in which everything works fine except for dialing an extension number at any time.
01 announcement 5001
02 collect 1 digits after announcement 5002
03 route-to number 8002 with cov y if digit = 1
04 goto vector 102 if digits = 2
05 goto vector 103 if digits = 3
06 route-to number 7375 with cov y if digit = 4
07 route-to number 7380 with cov y if digit = 5
08 goto vector 112 if digits = 6
09 goto step 14 if digits = 7+
10 route-to number 8700 with cov y if digit = 8
11 goto step 2 if digits = 9
12 route-to number 7399 with cov n if digit = 0
13 stop
14 route-to digits with coverage y
15 stop
our ext are 7000-7999 and if I add more digits for collection it delays the progress of the other options. Is there an easy way to get around this without having another option like "press 7 if you know your partiess ext
01 announcement 5001
02 collect 1 digits after announcement 5002
03 route-to number 8002 with cov y if digit = 1
04 goto vector 102 if digits = 2
05 goto vector 103 if digits = 3
06 route-to number 7375 with cov y if digit = 4
07 route-to number 7380 with cov y if digit = 5
08 goto vector 112 if digits = 6
09 goto step 14 if digits = 7+
10 route-to number 8700 with cov y if digit = 8
11 goto step 2 if digits = 9
12 route-to number 7399 with cov n if digit = 0
13 stop
14 route-to digits with coverage y
15 stop
our ext are 7000-7999 and if I add more digits for collection it delays the progress of the other options. Is there an easy way to get around this without having another option like "press 7 if you know your partiess ext