Implementing the holdCall activity
Pega Call uses the holdCall activity to put an ongoing call on hold. This activity uses the HeldCallId and the CallId properties to place the hold call request to the Computer Telephony Integration (CTI) server.
- In Dev Studio, map the HeldCallID and DN properties of the OpenCTI adapter page to the corresponding request parameters of the Pega Platformversion 8.7 integration connectors.
- Build a request that is appropriate for your connector.
- Invoke the appropriate request to the CTI server by using the integration connector forPega Platform version 8.7.
- Identify and resolve errors..For more information, see Handling Errors.
Previous topic Implementing the answerCall activity Next topic Implementing the makeCall activity