Are both the "disconnect after annoucement blah blah" and "stop" command needed together in a vector? I'm trying to eliminate steps in a vector and would like to use one or the other if both are not needed to stop further call or vector processing. This is what I have below. Thanks, TT
17 collect 1 digits after announcement 4971
18 goto step 20 if digits not-in table 1
19 goto step 4 if digits in table 1
20 disconnect after announcement 4972
21 stop
17 collect 1 digits after announcement 4971
18 goto step 20 if digits not-in table 1
19 goto step 4 if digits in table 1
20 disconnect after announcement 4972
21 stop