I have a vector variable: K asaiuui L 8 1
VDN 1234
Vector 1:
01 wait-time 0 secs hearing silence
02 collect 8 digits after announcement 05407 for none
03 set K = digits ADD none
04 wait-time 0 secs hearing silence
05 route-to number 4567 with cov n if unconditionally
VDN 4567
Vector 2:
01 wait-time 0 secs hearing silence
02 queue-to skill 100 pri m
03 wait-time 30 secs hearing music
04 disconnect after announcement none
The object is to get collected digits into the ASAI_UUI field in ECHI.
It kinda works, but I get a weird result. Somehow the system inserts the number 3 between every digit.
If I enter 12345678, in ECH I see in the ASAI_UUI field 3132333435363738
If I enter 44448888, in ECH I see in the ASAI_UUI field 3434343438383838
Anyone got any idea why this is?
VDN 1234
Vector 1:
01 wait-time 0 secs hearing silence
02 collect 8 digits after announcement 05407 for none
03 set K = digits ADD none
04 wait-time 0 secs hearing silence
05 route-to number 4567 with cov n if unconditionally
VDN 4567
Vector 2:
01 wait-time 0 secs hearing silence
02 queue-to skill 100 pri m
03 wait-time 30 secs hearing music
04 disconnect after announcement none
The object is to get collected digits into the ASAI_UUI field in ECHI.
It kinda works, but I get a weird result. Somehow the system inserts the number 3 between every digit.
If I enter 12345678, in ECH I see in the ASAI_UUI field 3132333435363738
If I enter 44448888, in ECH I see in the ASAI_UUI field 3434343438383838
Anyone got any idea why this is?