Implementing the makeCall activity
Pega Call uses the makeCall activity to place a new call to a destination number that you specify on the adapter page. This activity uses call variables such as DestinationNumberto send the new call request to the Computer Telephony Integration (CTI) server.
If the system successfully places the call, the CTI server does not return any data. If the request is unsuccessful, the CTI server returns an error to the Call Control Panel.
- In Dev Studio, map the DestinationNumber property of the OpenCTI adapter page to the corresponding request parameters of the Pega Platform 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 for Pega Platform version 8.7.
- Identify and resolve errors.For more information, see Handling Errors.
Previous topic Implementing the holdCall activity Next topic Implementing the hangUpCall activity