The blindTransfer function
The blindTransfer function is used to transfer the call without waiting for the destination party to connect. This function uses the callID and the destination parameters to complete the request.
This function uses the following parameters:
Parameters of the blindTransfer function
Parameter | Description |
---|---|
callId | The call identifier that is used to answer the call. |
destination | The destination number to where the call is transferred. |
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 blind call transfer request to the CTI server, copy the function from the interface file and implement it.
Previous topic The transferComplete function Next topic Implementing custom embedded UI CTI links