Implementing the answerCall activity
Pega Call uses the answerCall activity to initiate the call answer state for an incoming call that is in the ringing state. This activity uses the CallID and the device number (DN) properties to place an answer call request to the Computer Telephony Integration (CTI) server.
- In Dev Studio, map the CallID and DN properties of the OpenCTI adapter page to the corresponding request parameters of Pega Platform integration connectors.
- In the OpenCTI adapter class, search for the AnswerCall
activity.This activity answers the specified call on the CSR extension.
- Copy the AnswerCall activity into the OpenCTI adapter implementation class.
- On the Activity page, add the required steps to call the Pega Platform version 8.7 integration connector to send the answer call request to the CTI server.
- If the call to the CTI server results in an error, resolve the issue.For more information, see Handling Errors.
Previous topic Implementing basic call control activities Next topic Implementing the holdCall activity