We need to set the user configured value for time-out for the input in prompt, to the <property> tag. Say we store the config value in the variable gTimeout how can we set to the property tag.
For testing we hardcoded the value as
<property name="interdigittimeout" value="5000ms" />
But not sure how to substitute with gTimeout instead of 5000ms.
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
<property> configuration
Set <property> tag using IVR script
Hello,
There is no support in VoiceXML to assign ECMAScript variables to IVR properties. The only way to do what you are describing is to use IVR server side scripting to dynamically generate the IVR script based on values submitted to the page.
Regards,
Plum Support
There is no support in VoiceXML to assign ECMAScript variables to IVR properties. The only way to do what you are describing is to use IVR server side scripting to dynamically generate the IVR script based on values submitted to the page.
Regards,
Plum Support