козак
09/04/2025, 5:31 PMVapi Support Bot
09/04/2025, 5:32 PMdestination property. Here’s a working example you can use with cURL:
json
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+YYYYYYYYYY", "+XXXXXXXXXXX"],
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
Apply this structure to your tool definition, and the transfer should work as expected.
[Reference](https://docs.vapi.ai/call-forwarding)
Source:
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)Vapi Support Bot
09/04/2025, 5:33 PMdestination property. Here’s a working example:
json
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+YYYYYYYYYY", "+XXXXXXXXXXX"],
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
This ensures the assistant receives the correct destination and enables proper call transfers.
For reference, see [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding).
Sources:
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)
- [Vapi SIP Trunking Telnyx external number call forwarding troubleshooting (Discord)](https://discord.com/channels/1211482211119796234/1343963959421829172)SlaviSavanovic
09/04/2025, 7:35 PMкозак
09/05/2025, 11:19 PMкозак
09/05/2025, 11:21 PMкозак
09/05/2025, 11:34 PMChiranjeet Mishra
09/08/2025, 1:45 PM