Shawn
06/13/2025, 1:39 PMVapi Support Bot
06/13/2025, 1:40 PMtransferCall tool includes the required destination parameter in E.164 format.
Example configuration:
json
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+1234567890"], // Replace with your external number
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
For more details, see the [Vapi call forwarding guide](https://docs.vapi.ai/call-forwarding).
Sources:
- [Vapi SIP Trunking Telnyx external number call forwarding troubleshooting](https://discord.com/channels/1211482211119796234/1343963959421829172)
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)
- [SIP Trunking](https://docs.vapi.ai/advanced/sip/sip-trunk)Chiranjeet Mishra
06/14/2025, 1:38 AMTimon
06/16/2025, 1:45 AMjson
{
"name": "transfer_call_tool",
"role": "tool_call_result",
"time": 1750037393359,
"result": "Success.",
"toolCallId": "call_...",
"secondsFromStart": 32.879
}
The Twilio call log does not show any error, nor any transfer related at all, either.Chiranjeet Mishra
06/17/2025, 4:17 AMkbmaine
06/17/2025, 4:42 PMChiranjeet Mishra
06/18/2025, 11:10 PMTimon
06/29/2025, 5:24 PMTimon
06/29/2025, 5:30 PMChiranjeet Mishra
07/01/2025, 5:34 AM