I am trying to set up call forwarding for our Vapi Assistant. I called via phone, not via the web interface. It's a blind transfer. I ensured we use the US Region on Twilio as I remember this being a problem a few months ago. The number I assigned the assistant to (which is the number I called) is a twilio number.
The assistant uses the TransferCall tool which returns the result: {
"name": "transferCall",
"role": "tool_call_result",
"time": 1768851902729,
"result": "Transfer initiated.",
"toolCallId": "call_CNaOeyBYbKy0W0guiWXY2h7p",
"secondsFromStart": 37.638
}
Here's a call Id from an example: 019bd7c9-7d72-7335-82c8-9f4fa441049e
The call ended reason is: "endedReason": "call.in-progress.error-transfer-failed"
Could you please support me regarding this?