Question
GovCIO
US
Last activity: 6 Oct 2016 1:35 EDT
Handshake to IVR/CTI from Pega
Hi,
We are working on a contact center application running on V6.2 + CPMHC FW. Now we are aupgrading of our application to V7.1.9 + CSHC FW7.13. In our application, the customer call is coming from our custom IVR/CTI tool in a screen popup and from there agents start resolving the customer issues using CSHC FW features. During this process, we need to send back some call data to our IVR/CTI tool and for that we have written a JS function. This function was working fine in V62 but not in V7. Why because, the ActiveX controls are not supported in V7 as per current system. Tried dubugging the below code and the code is failing from 2nd if(window.ActiveXObject) onwards. Is there anyway (simple) to reslolve this issue?
Hi,
We are working on a contact center application running on V6.2 + CPMHC FW. Now we are aupgrading of our application to V7.1.9 + CSHC FW7.13. In our application, the customer call is coming from our custom IVR/CTI tool in a screen popup and from there agents start resolving the customer issues using CSHC FW features. During this process, we need to send back some call data to our IVR/CTI tool and for that we have written a JS function. This function was working fine in V62 but not in V7. Why because, the ActiveX controls are not supported in V7 as per current system. Tried dubugging the below code and the code is failing from 2nd if(window.ActiveXObject) onwards. Is there anyway (simple) to reslolve this issue?
***Updated by Moderator: Vidyaranjan. Removed user added Ask the Expert tag. Apologies for confusion, shouldn't have been an end-user option***