Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: cavagnaro on March 02, 2017, 08:55:02 PM

Title: Dynamic Menu
Post by: cavagnaro on March 02, 2017, 08:55:02 PM
Hi guys,
I have a challenge here...need to build a dynamic menu combining TTS and WAV files.
A WS will return up to 10 possible values, can be from 1 to 10.
I need to prompt this as:

[code]
for i=1 to WS.length
For <WS.TTS> press <i>
next
[/code]

Any idea on how could I do this?

Thanks in advance
Title: Re: Dynamic Menu
Post by: cavagnaro on March 16, 2017, 10:41:40 PM
Did with a loop and some JS functions.
Title: Re: Dynamic Menu
Post by: aklinbail on March 17, 2017, 03:30:48 AM
So you got it working?

If so, can you post the solution?
Title: Re: Dynamic Menu
Post by: immdhi on July 22, 2019, 12:32:32 PM
HI aklinbail

can you post your solution here , what you did in playing the prompt dynamically

thanks