- From: RJ Auburn <rj@voxeo.com>
- Date: Thu, 13 May 2010 10:56:10 -0400
- To: Chris Davis <davisc@iivip.com>
- Cc: www-voice <www-voice@w3.org>, W3C Voice Browser Working Group <w3c-voice-wg@w3.org>
This is ISSUE-697 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 May 12, 2010, at 4:33 PM, Chris Davis wrote: > Hello www-voice, > > 1) maxage and maxstale attributes of the <dialogprepare> tag are supposed to > be strings, so > <dialogprepare src="VxmlFile + '.' + 'vxml' " dialogid="DialogID" connectionid="ConnectionID" maxage="5" maxstale="10" type="'application/voicexml+xml'" method="'GE' + 'T'" enctype="'application/x-www-form' + '-urlencoded'" parameters="param1 param2 param3"/> > > should instead be > <dialogprepare src="VxmlFile + '.' + 'vxml' " dialogid="DialogID" connectionid="ConnectionID" maxage="'5'" maxstale="'10'" type="'application/voicexml+xml'" method="'GE' + 'T'" enctype="'application/x-www-form' + '-urlencoded'" parameters="param1 param2 param3"/> > > 2) the immediate attribute of <dialogterminate> is supposed to be a string, not boolean so > <dialogterminate dialogid="DialogID" immediate="true"/> > should instead be > <dialogterminate dialogid="DialogID" immediate="'true'"/> > (same where it is false) > > 3) There is no transition handler to catch and ignore conference.unjoined, so the test logic > gets screwed up by queuing events out of order. > > Regards, > Chris > > -- > Chris Davis > Interact Incorporated R&D > 512-502-9969x117 > > >
Received on Thursday, 13 May 2010 14:56:47 UTC