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

Paolo,

I can confirm that we accept the proposed resolution.

Thanks,
Petr


On 1.6.2010 16:36, Baggia Paolo wrote:
> Petr,
>
> We are in the process to address all ISSUES related to IR. The goal is to re-publish the CCXML-IR in a short term.
> Please explicitly confirm that you accept the proposed resolution or after one week we will consider implicitly accepted the resolution. If you need clarification, please ask them very soon.
>
> Paolo Baggia
> Author of CCXML-IR Plan
>
> ISSUE-684:
>
> Proposed Resolution: Accept
>
> You are right:
> - Test 8_2_3_A.txml will be fixed.
>
> =================================
> This is tracked as ISSUE-684.
>
> 	RJ
> ---
> RJ Auburn
> CTO, Voxeo Corporation
> tel:+1-407-418-1800 begin_of_the_skype_highlighting              +1-407-418-1800      end_of_the_skype_highlighting
>
> 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 Wednesday, 16 June 2010 11:45:44 UTC