Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: Raja Sekhar on August 05, 2019, 02:36:10 PM

Title: Composer-Callflow development-Dynamic Maximum input Digits
Post 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.
Title: Re: Composer-Callflow development-Dynamic Maximum input Digits
Post by: hsujdik on August 05, 2019, 03:40:13 PM
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.
Title: Re: Composer-Callflow development-Dynamic Maximum input Digits
Post by: Raja Sekhar on August 06, 2019, 09:42:53 AM
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.
Title: Re: Composer-Callflow development-Dynamic Maximum input Digits
Post by: Sampa on August 09, 2019, 09:45:22 PM
or ...

Assign min 0 and max 99 in block INPUT and handle block BRANCHING with two min and max variables with javascript.

[]īs