I am having issues transfering my call dynamicly, please help.
I have bought a number from twilio and it calls via my phone without issues. But it always ends the call before tranfering. Below is the JSON response I'm sending back to the 'dynamicTransferCall' tool within Vapi but still makes no difference:
{
"destination": {
"type": "number",
"message": "Connecting you now.",
"number": "[number to be transfered to]",
"numberE164CheckEnabled": true,
"callerId": "[number user calls from]"
}
}
does this look correct??