alienpotato
MIS
I have a vector that looks like this:
01 wait-time 0 secs hearing silence
02 collect 2 digits after announcement XXXX
03 goto step 6 if digits = 00
04 route-to number YYYY with cov n if unconditionally
05 stop
06 route-to number ZZZZ with cov n if unconditionally
07 stop
My question is how long does the collect digits step wait for input and how do I change that time. Is it the "Short Interdigit Timer" in sys feat?
Also I think I read before that you should always start a vector with the wait-time step, is this true?
Ok, this is my last question I promise; if I have a "collect 1 digit" step and a user push multiple digits, which one get stoerd? The first or the last?
If anyone can link me to a good doc on vectors maybe I can answer these questions myself.
Thanks in advance,
Sean
ps. I don't have variable enabled.
01 wait-time 0 secs hearing silence
02 collect 2 digits after announcement XXXX
03 goto step 6 if digits = 00
04 route-to number YYYY with cov n if unconditionally
05 stop
06 route-to number ZZZZ with cov n if unconditionally
07 stop
My question is how long does the collect digits step wait for input and how do I change that time. Is it the "Short Interdigit Timer" in sys feat?
Also I think I read before that you should always start a vector with the wait-time step, is this true?
Ok, this is my last question I promise; if I have a "collect 1 digit" step and a user push multiple digits, which one get stoerd? The first or the last?
If anyone can link me to a good doc on vectors maybe I can answer these questions myself.
Thanks in advance,
Sean
ps. I don't have variable enabled.