Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started 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
-
Did with a loop and some JS functions.
-
So you got it working?
If so, can you post the solution?
-
HI aklinbail
can you post your solution here , what you did in playing the prompt dynamically
thanks