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

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
agfa
Posts: 40
Joined: Thu Jun 15, 2006 12:56 pm

<property> configuration

Post by agfa »

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.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Set <property> tag using IVR script

Post by support »

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

Post Reply