bo
10/04/2025, 7:41 PMChiranjeet Mishra
10/04/2025, 7:41 PMVapi Support Bot
10/04/2025, 7:42 PMdestination parameter and that your SIP trunk supports SIP REFER.
Here’s an example configuration for your transfer tool’s parameters:
json
"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 tool with this parameter and verify SIP REFER is enabled with your provider for successful call transfers ([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](https://discord.com/channels/1211482211119796234/1343963959421829172)Vapi Support Bot
10/04/2025, 11:03 PMgaurav
10/05/2025, 2:46 AMGIDEON
10/05/2025, 9:01 AMChiranjeet Mishra
10/08/2025, 7:58 AM