cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
994
Views
5
Helpful
1
Replies

Get Digit String in IVR with variable string?

fgasimzade
Level 4
Level 4

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

1 Accepted Solution

Accepted Solutions

Chris Deren
Hall of Fame
Hall of Fame

You need to do the "If (tranext.length() == 3) " logic under the timeout branch.

HTH,

Chris

View solution in original post

1 Reply 1

Chris Deren
Hall of Fame
Hall of Fame

You need to do the "If (tranext.length() == 3) " logic under the timeout branch.

HTH,

Chris