Implementing the hangUpCall activity
Pega Call uses the hangUpCall activity to release an active call from the established state. This activity uses the device number (DN) property to send the hang call request to the Computer Telephony Integration (CTI) server.
If the system successfully releases the call, the state of the call changes to released. If the hangup call request is unsuccessful, the CTI server returns an error to the Call Control Panel.
- In Dev Studio, map the DN property of the OpenCTI adapter page to the corresponding request parameters of the Pega Platform 8.7 integration connectors.
- Build a request appropriate for your connector.
- Invoke the appropriate request to the CTI server by using the integration connector for Pega Platform version 8.7.
- Identify and resolve errors.For more information, see Handling Errors.
Previous topic Implementing the makeCall activity Next topic Implementing the retrieveCall activity