Implementing call answering
With Pega Call you can initiate an automatic call process to answer calls on behalf of the customer service representative (CSR).
To use this feature, you need to configure call treatment rules to automatically answer the call when an interaction is presented or started.
- In Dev Studio, search for the
AnswerCall activity in the OpenCTI adapter class.This activity is used to answer the specified call on the CSR's extension.
- Copy the AnswerCall activity into the OpenCTI adapter implementation class.
- On the activity page, add the required steps to call the Pega Platform 8.6 integration connector to send the answer call request to the CTI server.
- If the call to the CTI server results in an error, handle it as discussed in Handling Errors.
Previous topic Passing call data to the clipboard Next topic Implementing Full Telephony