Re: CCXML Implementation Report: couple of problems in scripts -#2 Invalid value of the <script> timeout parameter - [cc] ISSUE-684

This is tracked as ISSUE-684. 

	RJ
---
RJ Auburn
CTO, Voxeo Corporation
tel:+1-407-418-1800

Come join us at our Voxeo Customer Summit, June 21st – June 23rd at the Hard Rock Hotel, register today for your All Access Pass:  
http://www.voxeo.com/summits/customer



On Apr 13, 2010, at 8:51 PM, Petr Kuba wrote:

> 2) Invalid value of the <script> timeout parameter.
> Script 8_2_3_A.txml.
> 
> The script contains the following statement at line 180:
> 
>  <script src="sleeper.ircgi" timeout="'1s'"/>
> 
> Since the timeout parameter has type 'Character string' and not 'ECMAScript Expression' value of the timeout parameter shouldn't contain apostrophes:
> 
>  <script src="sleeper.ircgi" timeout="1s"/>

Received on Sunday, 25 April 2010 21:59:53 UTC