Implementing the conferenceInitiate activity
Pega Call uses the conferenceInitiate activity to initiate a conference call. This activity requests a consultation call to another party during an active call, which places the active call on hold.
This activity uses the CallID and the DestinationNumber properties to initiate the 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 the Pega Platform version 8.7 integration connectors.
- Build a request that is appropriate for your connector.
- Invoke the appropriate request to the CTI server by using an integration connector for Pega Platform version 8.7.
- Identify and resolve errors.For more information, see Handling Errors.
Previous topic Advanced call control activities Next topic Implementing the conferenceCall activity