" /> GVP 8 and VoiceObjects - Genesys CTI User Forum

Author Topic: GVP 8 and VoiceObjects  (Read 3984 times)

Offline clemouk

  • Newbie
  • *
  • Posts: 39
  • Karma: 0
GVP 8 and VoiceObjects
« on: August 23, 2011, 07:20:41 AM »
Advertisement
Does anybody have any experience of integrating GVP with the Voxeo VoiceObjects application server?

I am implementing GVP 8.x and we have a lot of mature legacy applications developed using VoiceObjects; initially we need to integrate this platform as there isn't sufficient time or capacity to rewrite the applications for GVP. Currently Nortel MPS provides the media platform so this will change to GVP.

At this stage I'm trying to establish any points to look out for, best practice, etc.

Thanks in advance.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: GVP 8 and VoiceObjects
« Reply #1 on: August 23, 2011, 05:08:07 PM »
If I don't remember wrong there was an option on Eclipse to select the VXML engine, one of those was GVP. Try compiling the VXML files again with that option and should work.

Offline clemouk

  • Newbie
  • *
  • Posts: 39
  • Karma: 0
Re: GVP 8 and VoiceObjects
« Reply #2 on: August 24, 2011, 06:48:53 PM »
Hey cavagnaro, you are right - you can select the media platform engine within VO, I just wanted to know if anybody had experienced any issues with this integration.

We're using an old version of VO (7) that doesn't use Eclipse but this temporary until we fully migrate the apps over to GVP (by rewriting). You don't compile the apps in VO, the VXML is rendered at runtime so I just need to write a small GVP app to call the VO apps. In theory, it should all work but as I've not started this yet I figured now was a good time to put out some feelers, see if anyone had any advice.

Cheers
clemouk.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: GVP 8 and VoiceObjects
« Reply #3 on: August 24, 2011, 07:19:28 PM »
You scenario is pretty unique, so I doubt many experiences can be found on that...best thing will be for you to try and test yourself how it goes.

Offline minki

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: GVP 8 and VoiceObjects
« Reply #4 on: September 26, 2011, 12:24:54 AM »
Hi,

we are actually doing this exactly the same thing.

one of our client was using VO with Nortel and now moving the app to GVP 8.

It works ok. this enables attach data to work, and we are currently trying to get this going.

if you are looking at only the migration there shouldn't be too much problem.




Offline Syxtus Gaál

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: GVP 8 and VoiceObjects
« Reply #5 on: October 01, 2011, 08:47:25 PM »
I can only agree with this. GVP 8 should work with VO7 - even if it's an older version. If you don't have a driver for GVP 8, select VoiceGenie instead. Sending attached data should work as well, as long as you add the custom <send> tags.

Syxtus Gaal

Offline clemouk

  • Newbie
  • *
  • Posts: 39
  • Karma: 0
Re: GVP 8 and VoiceObjects
« Reply #6 on: October 11, 2011, 05:25:16 PM »
Thanks all, I've been offline for a while so only just spotted the replies.

I'm in the process of bullding a "handover" app in Composer at the moment which will get called from URS as a "PlayApplication" treatment. The app will then modify the attached data to meet the parameters expected in VO before calling out as a subdialog. I'll post back the results once I have it running.