" /> Returning from a VoiceXML dialog in Orchestration Server - Genesys CTI User Forum

Author Topic: Returning from a VoiceXML dialog in Orchestration Server  (Read 2086 times)

Offline gawix

  • Newbie
  • *
  • Posts: 28
  • Karma: 1
Returning from a VoiceXML dialog in Orchestration Server
« on: November 21, 2012, 08:01:04 PM »
Advertisement
I want to realize this scenario:

[URS centric] SCXML session -> invoke VoiceXML dialog -> continue in same SCXML session.

What does a VoiceXML application needs to do in order to trigger the dialog.start.done event in ORS (after a <dialog:start>).

I think the <exit> element will hang up the call and hence won't continue in ORS. What should I do?

Bonus question: can we pass parameters with HTTP using <dialog:start>? Can we retrieve output parameters otherwise than using attached data?

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Returning from a VoiceXML dialog in Orchestration Server
« Reply #1 on: November 21, 2012, 08:47:46 PM »
First part is easy - use PlayApplication feature from old URS in ORS and it will work perfectly. <exit> tag will terminate VXML session but since call is controled by SIP Server, it will be resumed in ORS session. As for second question I am not sure it is possible to use something different than attached data.
« Last Edit: November 21, 2012, 09:13:56 PM by bublepaw »