The transferInitiate function
The transferInitiate function is used to initiate a warm transfer call. This function requests a consultation call to another party, which places the active call on hold. This activity uses the CallID and the destination parameter to complete the request.
his function uses the following parameters:
Parameters of the transferInitiate 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 transfer call initiation request to the CTI server, copy the function from the interface file and implement it.
Previous topic The dropParty function Next topic The transferComplete function