Hi everyone,
Need help on this scneario(CM 6.3):
Callers fell into a vector where they are requested to enter their ID that can vary between 8 and 10 digits. that information is sent via TSAPI to another application.
I have set up a variable asaiuui that accepts 10 digits and created a vector as follows...
CALL VECTOR
Number: 2002 Name: Encuesta?
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 10 digits after announcement 56321 for none
03 set J = none CATR digits
04 route-to number V1 with cov y if unconditionally
05 goto step 2 if unconditionally
06 stop
When I call and enter 10 digits, the whole number is passed with no problem. However, if I enter 8 digits followed by # the call connects successfully but the collected digits are not sent. It seems it always expects 10 digits.
Regards
Need help on this scneario(CM 6.3):
Callers fell into a vector where they are requested to enter their ID that can vary between 8 and 10 digits. that information is sent via TSAPI to another application.
I have set up a variable asaiuui that accepts 10 digits and created a vector as follows...
CALL VECTOR
Number: 2002 Name: Encuesta?
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 10 digits after announcement 56321 for none
03 set J = none CATR digits
04 route-to number V1 with cov y if unconditionally
05 goto step 2 if unconditionally
06 stop
When I call and enter 10 digits, the whole number is passed with no problem. However, if I enter 8 digits followed by # the call connects successfully but the collected digits are not sent. It seems it always expects 10 digits.
Regards