Author Topic: Composer-Callflow development-Dynamic Maximum input Digits  (Read 4488 times)

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Composer-Callflow development-Dynamic Maximum input Digits
« 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.

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: Composer-Callflow development-Dynamic Maximum input Digits
« Reply #1 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.

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Composer-Callflow development-Dynamic Maximum input Digits
« Reply #2 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.

Offline Sampa

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: Composer-Callflow development-Dynamic Maximum input Digits
« Reply #3 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