07-04-2012 06:34 AM - edited 03-14-2019 10:09 AM
Hello, everyone!
I have the same problem, I need to have both 3 and 4 length input. With # everything works fine, but I want to configure it without terminator to be used by the caller.
This is what I got so far:
tranext = Extended Get String Digit
- succesfull
--if (tranext.length() == 4) then
----True
-------Call redirect
----False
--------If (tranext.length() == 3) then
-----------True
---------------- Call redirect
But it still calls only for 4 digit numbers, ignoring 3 digits.. What else do I have to do?
IPC Version
5.0(2)_Build064
Solved! Go to Solution.
07-04-2012 07:04 AM
You need to do the "If (tranext.length() == 3) " logic under the timeout branch.
HTH,
Chris
07-04-2012 07:04 AM
You need to do the "If (tranext.length() == 3) " logic under the timeout branch.
HTH,
Chris
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide