Blind Transfer
This event is fired when a user performs a blind transfer.
Parameters
| Parameter | Type | Description |
|---|---|---|
| EventType | string | Has the value “blind_transfer” for this event |
| transferer_call_id | string | Call ID of the call that issues the transfer. |
| transferer_parent_call_id | string | Parent Call ID in case this call is a child call. |
| transferer_user | string | The username this call belongs to. |
| transferer_extension | string | If user is set, this is that users extension. |
| transferee_call_id | string | Call ID of the call that is being transferred. |
| transferee_parent_call_id | string | If the call being transferred is a child call, this is the ID of the parent call it belongs to. |
| transferee_user | string | The username of the user this call belongs to. |
| transferee_extension | string | If user is set, this is that users extension. |
| transfer_destination | string | The extension transferee is transferred to. |