Vector question
this is how I have built a vector
step 1 collect 3 digits after announcement XXXX
step 2 goto vector XXXX if digits <=200
step 3 goto vector XXXX if digits <=300
When the call goes to the vector in step 2, I want to use the digits collected in step 1.
Second vector off of step 2
step 1 goto step 2 if digits = 101
step 2 route-to number XXXX with cov n if unconditionally
step 3 goto step 4 if digits = 102
step 4 route-to number XXXX with cov n if unconditionally
I have to use the second level vectors because I need line items to go to 50 gotto step and ASA only has 99 lines per vector.
this is how I have built a vector
step 1 collect 3 digits after announcement XXXX
step 2 goto vector XXXX if digits <=200
step 3 goto vector XXXX if digits <=300
When the call goes to the vector in step 2, I want to use the digits collected in step 1.
Second vector off of step 2
step 1 goto step 2 if digits = 101
step 2 route-to number XXXX with cov n if unconditionally
step 3 goto step 4 if digits = 102
step 4 route-to number XXXX with cov n if unconditionally
I have to use the second level vectors because I need line items to go to 50 gotto step and ASA only has 99 lines per vector.
Comment