The transferComplete function
The transferComplete merges the held call and the active call. This activity uses the CallID parameter to identify the call that is put on hold and the activecallId parameter to temporarily hold the caller details of the transfer call.
This function uses the following parameters:
Parameters of the transferInitiate function
Parameter | Description |
---|---|
callId | The call identifier that is used to answer the call. |
activecallId | The call identifier of the active call. |
options | The object that holds the additional parameters that are required to complete the request. |
success | The call back function that is invoked on success. |
failure | The call back function that is invoked on failure. |
To send the transfer call complete request to the CTI server, copy the function from the interface file and implement it.
Previous topic The transferInitiate function Next topic The blindTransfer function