Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: Raja Sekhar on August 05, 2019, 02:36:10 PM
-
Hi All,
Is it possible to make the assign variable for [i]Maximum Input Digits[/i] in [b]Input Block[/b].
I am trying to build a generic call flow, where i require Maximum and Minimum Input variables Dynamic.
Kindly suggest.
-
I don't think you can do that, but perhaps you could create a loop on the Input block that collects only one digit and validate it after the loop is finished.
-
Thank you for the reply.
i just came to know that, there is a possibility of using external grammar for DTMF, and handle max input digits inside grammar.
It works.
-
or ...
Assign min 0 and max 99 in block INPUT and handle block BRANCHING with two min and max variables with javascript.
[]īs