Hi
I'm trying to get a vector to route to a step if when asked to press 1, 2, or 3 and no option is selected.
11 collect 1 digits after announcement 845050 for none
12 adjunct routing link 11
13 goto step 19 if digits = 1
14 goto step 29 if digits = 2
15 goto step 29 if digits = 3
16 goto step 29 if digits = none
17
18
19 goto vector 302 @step 1 if unconditionally
20 route-to number 4601 with cov n if unconditionally
21 stop
22
23
24
25
26
27
28 announcement 845029
29 goto vector 314 @step 1 if unconditionally
All other steps work fine, what am I doing wrong anyone?
TIA
I'm trying to get a vector to route to a step if when asked to press 1, 2, or 3 and no option is selected.
11 collect 1 digits after announcement 845050 for none
12 adjunct routing link 11
13 goto step 19 if digits = 1
14 goto step 29 if digits = 2
15 goto step 29 if digits = 3
16 goto step 29 if digits = none
17
18
19 goto vector 302 @step 1 if unconditionally
20 route-to number 4601 with cov n if unconditionally
21 stop
22
23
24
25
26
27
28 announcement 845029
29 goto vector 314 @step 1 if unconditionally
All other steps work fine, what am I doing wrong anyone?
TIA