RE: what is the difference between <dialogterminate> and 'connection.disconnect.hangup' ?

Hi Petr,

If  the 'immediate' attribute of <dialogterminate> is set to true, should it
result in sending connection.disconnect.hangup to VXML? 

As per my understanding:

a) If the event is not be sent in the above case, then how should the VXML
interpreter platform honour the VXML 2.0 <disconnect> element processing
requirement - . 'As a result, the interpreter context will throw a
connection.disconnect.hangup event and enter the final processing state'

b) Instead, if the event is sent to VXML, the VXML interpreter will enter
final processing, which results in an application exit, which could mean
that dialog returns data to CCXML, which is not expected for immediate=true
case.

c) Also, if the CCXML application does not contain a <dialogterminate> or
<send event="connection.disconnect.hangup">, how can this be handled? How
can VXML enter final processing following its <disconnect> ?

Thanks
Rajesh

 -----Original Message-----
From: www-voice-request@w3.org [mailto:www-voice-request@w3.org] On Behalf
Of Petr Kuba
Sent: Friday, October 20, 2006 6:33 PM
To: www-voice@w3.org
Subject: Re: what is the difference between <dialogterminate> and
'connection.disconnect.hangup' ?


Hi,
there is no difference, [A] results in sending connection.disconnect.hangup
toVXML.

This is the way it is implemented in OptimTalk but it should hold generally
as well.

Regards
Petr

--
  Petr Kuba, Project Manager
  OptimSys, s.r.o
  kuba@optimsys.cz
  Tel: +420 541 143 065
  Fax: +420 585 750 429
  http://www.optimsys.cz



Srinivas R Thota wrote:
>
> Hi,
>
> Is there any difference between the following two [A] and [B] CCXML 
> tags, for terminating a dialog.
>
> [A]
> <dialogterminate dialogid="dialogid" />
>
> [B]
> <send data="'connection.disconnect.hangup'" target="dialogid" 
> targettype="'dialog'"/>
>
> Thanks,
> Srinivas R Thota
>

-- 
  Petr Kuba, Project Manager
  OptimSys, s.r.o
  kuba@optimsys.cz
  Tel: +420 541 143 065
  Fax: +420 585 750 429
  http://www.optimsys.cz




-- 
   Petr Kuba, Project Manager
   OptimSys, s.r.o
   kuba@optimsys.cz
   Tel: +420 541 143 065
   Fax: +420 585 750 429
   http://www.optimsys.cz

Received on Wednesday, 25 October 2006 12:22:32 UTC