WhilpashH
09/27/2025, 6:22 AMVapi Support Bot
09/27/2025, 6:23 AMtransferCall tool includes the required destination parameter in E.164 format and that SIP REFER is enabled with your provider. Here’s an example configuration for the parameters section:
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"]
}
If the issue persists, verify with your provider that SIP REFER is supported and enabled for your trunk.
Sources:
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)
- [Vapi SIP Trunking Telnyx external number call forwarding troubleshooting](https://discord.com/channels/1211482211119796234/1343963959421829172)Nir Simionovich (CEO@Cloudonix)
09/28/2025, 1:59 PMChiranjeet Mishra
09/30/2025, 10:57 PM