Hi,
I am using GD Micro Application where by user is expected to enter 10 digits. The config parameters are 10,10 i.e. min entry is 10 and max entry is 10 (rest all are default).
When I enter exactly 10 digits the call goes through where as if I enter less then 10 digits or more then 10 digits it plays system default error message (instead of going to the false leg of the Run External Script) and call hangs up.
Can you please tell me how to handle the invalid entry in this case?
Thanks in advance.