April CCXML: 3 problems w/7_5.txml

Hello www-voice,

We ran into 3 problems with 7_5.txml of the CCXML test cases:

1) <dialogterminate> needs immediate="'false'" (string) not "false" 
(boolean)
because 7.2.3.2 says of the immediate attribute that it is "An 
ECMAScript expression which returns a character string"

If we can, I'd recommend changing the Recommendation to read "An 
ECMAScript expression which returns a boolean"
and leave the test case unchanged. As it is, we need to keep the tests 
consistent with the Recommendation. This inconsistency
is duplicated across many test cases.

2)  <if cond="!bPreparedReceived"> needs to be <if 
cond="bPreparedReceived">. All the logic is screwed up
the way it is currently coded

3) needs a do-nothing conference.unjoined transition, as the test writer 
did not account for the conference.unjoined
that is associated with a terminating dialog

-- 
Chris Davis
Interact Incorporated R&D
512-502-9969x117

Received on Tuesday, 18 May 2010 19:37:25 UTC