Question
Accenture GmbH
DE
Last activity: 17 Apr 2018 11:29 EDT
Pega CTI Integration
In Pega 7.3 CTI - IVR Integration with Avaya , When customer enters IVR Information and choose an Option to talk to CSR. The call is placed in Queue and my requirement is :
During this time prefetch should happen in pega , which reads the IVR Information and performs prefetch of customer data.
As per my understanding the following steps happen :
1. CTI link is established with Avaya in Pega.
2.When customer is in Queue , CallCtlConnAlertingEv Java Service is triggered. The activity in this Service identifies the Incoming UUI data (customer ID, Call ID etc. coming from Avaya AES) and creates the pega call clipboard structure.
3. During Alerting Event (Before call is picked ) I have to perform a prefetch of customer data , There is an OOTB prefetch activity defined to handle this.
Issue here is , As defined in step 2 if there is no UUI data coming from Avaya AES , Is there a way to perform prefetch in this case by exposing a Soap Service in pega which recieves the UUI data and later synch with the call. Is it recommended or possible ?
Many Thanks !!
***Edited by Moderator Marissa to move from Applications to Product Support Community***
When you described the issue, you are saying that the pop / alerting event contains no UUI data, so all you are getting is maybe a call id or phone number, correct? The callers name , acct # , etc... would be missing. Is my understanding correct?
Are you getting a screenpop in the above use case?
How much data are you trying to prefetch?
What kind of data are you trying to prefetch?
What are you trying to achieve by trying to sync the UUI data up at a later time?
-- reason for this question is that once you have a CSR on the phone with the caller they will be collecting the key data which may have not come over since no UUI data was sent. During the manual verification process I would expect some of the key UUI data would be getting captured / entered at which that time you can build in another place to fetch customer data as they go from verification -> into PegaCS