Page 1 of 1

Attribute replacement with a variable

Posted: Thu Feb 22, 2007 10:10 am
by ucsur
I would like to replace the number in the "count" attribute of the "nomatch" tag with a variable. How do I do this?

<nomatch count="6">

I have tried various combinations of...

<var name="vBailCnt" expr="6"/>
<nomatch count="<value expr="vBailCnt"/>">

dynamism in IVR code by populating value using pre-processin

Posted: Thu Feb 22, 2007 11:01 am
by support
Hi,

It's not possible to assign an Ecmascript value to the 'count' attribute (or any attribute, for that matter).

You can achieve some level of dynamism in your IVR code by populating this value using your pre-processing language (PHP, ASP, etc.). If the desired value is not available to the pre-processing language, unfortunately, you're out of luck.


Regards,
Plum Support