" /> Combinate Inbound scenario with IVR project on composer - Genesys CTI User Forum

Author Topic: Combinate Inbound scenario with IVR project on composer  (Read 1837 times)

Offline joker

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Combinate Inbound scenario with IVR project on composer
« on: October 30, 2017, 04:24:25 AM »
Advertisement
Hello everyone,

As per name of the topic. Recently, I have deployed an Inbound scenarios which have to combiate with IVR service.
Resourece:
- Inbound scenario
- IVR scenario
Requirement:
- Inbound call could imediately tranfer to IVR and return IVR results (something like Authenticated results)

So, My ideal could be described following steps below:
1. Customer make a call to routing point.
2. Agent accept interaction and has a conversation with client.
3. While talking, Client wants to make other transaction(eg: transfer money, lock card) - which requests authentication from T-PIN.
4. Agent makes a conference call to IVR routing point, agent will interact with IVR branch
An my question is it possible? And you guys have any greater ideal?

Thank everyone so much!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Combinate Inbound scenario with IVR project on composer
« Reply #1 on: October 30, 2017, 11:24:16 AM »
Yes, totally possible by attaching data to the Call before the transfer. Then you play the GVP app and grab that UData.
I'd do it via URS centric method to call GVP.


Enviado de meu E6633 usando Tapatalk


Offline joker

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Combinate Inbound scenario with IVR project on composer
« Reply #2 on: October 30, 2017, 11:53:04 AM »
Thank Cavagnaro,

Can you explain more detail about how to handle return stream data from GVP(eg: block? what is event in scxml?)? If you have the document, please share it for me!
Thank you in advance!

-Joker-

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Combinate Inbound scenario with IVR project on composer
« Reply #3 on: October 30, 2017, 11:54:24 AM »
You can use just the exit block where you need to define the namelist parameter, where the list of variables to attach to the interaction is defined.

PS: GVP is VXML based, not SCXML.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Combinate Inbound scenario with IVR project on composer
« Reply #4 on: October 30, 2017, 11:56:16 AM »
Read the GVP blocks guide, test and play a lot before going to developing. All will depend on your logic and needs.
Interaction Data block may be a must.
No clue which security aspects you will consider and which flows your customer will need.


Enviado de meu E6633 usando Tapatalk


Offline joker

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Combinate Inbound scenario with IVR project on composer
« Reply #5 on: October 30, 2017, 12:08:09 PM »
Thank you guys about your advice,

However, my mind for that scenario is at any branch, any workfollow, when customer want to make IVR call, the results of that interaction also return to inbound scenario under attached data format. Meaning I have to determine its parameters anywhre to catch GVP result return?  :-[ :-[ :-[

-joker-

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Combinate Inbound scenario with IVR project on composer
« Reply #6 on: October 30, 2017, 12:18:28 PM »
Don't understand exactly your doubts but anyway, you need to program GVP application which parameters it will attach as KVP.


Enviado de meu E6633 usando Tapatalk


Offline joker

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Combinate Inbound scenario with IVR project on composer
« Reply #7 on: November 01, 2017, 07:22:15 AM »
Hello Kubig,

I have tested on my project with follow below:
1. Customer makes a call and chose IVR branch -> After ineracting with IVR, the result is returned to Inbound scenario under attached data format and display to agent desktop.
2. In the other case, customer doesn't intend to make a call to IVR branh, they just want to talk with agent. While they are talking, agent want to verify customer information by the way using TPIN authentication. Agent makes conference call to IVR routing point then customer must interact with IVR. So, afterthat, how to results display to agent desktop workspace? Is it possible?
Note: The session is still alive while customer works with IVR.

Please give me some advice about that case!

Thank you!