Re: July CCXML Implementation Report: 10_5_8: starting a dialog that is not joined to a connection or a conference - ISSUE-736

Tracked as ISSUE-736

On Jul 26, 2010, at 7:25 AM, Petr Kuba wrote:

> Hello www-voice,
> 
> In, 10_5_8, script 10_5_8_A.txml contains the following elements:
> 
> 	<dialogstart dialogid="A859_dialogid1" src="'dialog.vxml'"/>
> 
> 	<dialogstart dialogid="A859_dialogid2" src="'dialog.vxml'"/>
> 
> None of these elements joins the dialog to any connection or conference. According to the last version of the CCXML Specification <dialogstart> doesn't take connectionid from the event being processed and thus we are starting dialog that is not joined to any connection or conference. According to the specification, these dialogs must fail with an error.dialog.notstarted event generated.
> 
> We recommend to modify the code as follows:
> 
> 	<dialogstart dialogid="A859_dialogid1" src="'dialog.vxml'"
> 		connectionid=”event$.connectionid”/>
> 
> 	<dialogstart dialogid="A859_dialogid2" src="'dialog.vxml'"
> 		connectionid=”event$.connectionid”/>
> 
> 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, 29 July 2010 14:53:50 UTC