Re: April CCXML: invalid script 7_4.vxml [cc] ISSUE-712

tracked as ISSUE-712

---
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 May 28, 2010, at 5:30 AM, Petr Kuba wrote:

> Hello www-voice,
> 
> In 7_4.vxml, <form> element contains child element <prompt> which is invalid. It is necessary to encapsulate <prompt> into <block>:
> 
> <?xml version="1.0" encoding="UTF-8" ?>
> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-US">
>  <var name= "data" expr="'HiFolks'"/>
>  <catch event="connection.disconnect.hangup">
>    <exit namelist="data"/>
>  </catch>
>  <form>
>    <block>
>      <prompt>
>         <break time="10s"/>
>      </prompt>
>    </block>
>  </form>
> </vxml>
> 
> 
> Thanks,
> Petr
> 
> -- 
>  Petr Kuba, Project Manager
>  OptimSys, s.r.o
>  kuba@optimsys.cz
>  Tel: +420 541 143 065
>  Fax: +420 541 143 066
>  http://www.optimsys.cz
> 

Received on Thursday, 3 June 2010 12:33:58 UTC