Daniil Bystrov
10/01/2025, 12:27 PMVapi Support Bot
10/01/2025, 12:28 PMjson
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+1234567890"], // Replace with your external number in E.164 format
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
Update your configuration and test again—this should resolve most transfer call issues.
For more details, see the [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding).
Source:
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)Daniil Bystrov
10/06/2025, 7:02 AMChiranjeet Mishra
10/07/2025, 1:46 PM