DNP
11/24/2025, 1:06 PMVapi Support Bot
11/24/2025, 1:07 PMDNP
11/24/2025, 1:10 PMVapi Support Bot
11/24/2025, 1:11 PM"serverMessages": ["phone-call-control"] or if phoneCallProviderBypassEnabled is set to true? These settings can override Vapi's call control and cause transfer failures, according to the documentation. Let me know what you find so we can proceed.
Source:
- [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops)DNP
11/24/2025, 1:18 PMVapi Support Bot
11/24/2025, 1:19 PMDNP
11/24/2025, 1:21 PMVapi Support Bot
11/24/2025, 1:22 PM+35312345678 for Ireland). Try calling this number directly from your phone to ensure it is reachable.
json
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+35312345678"], // Replace with your actual number
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
If the number is correct and reachable, review your Twilio call logs for any transfer errors.
Source: [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops)DNP
11/24/2025, 1:24 PM{
"id": "58bc5653-f8c6-4450-b6d9-61b1cbb4350b",
"createdAt": "2025-10-19T17:59:36.705Z",
"updatedAt": "2025-11-24T13:09:08.656Z",
"type": "transferCall",
"function": {
"name": "transfer_call_tool"
},
"messages": [
{
"type": "request-start",
"content": "",
"blocking": false
}
],
"orgId": "117c82dd-62c3-421e-9e72-2a31d32a1a12",
"destinations": [
{
"type": "number",
"number": "+49173REDACTED",
"message": "Einen Moment, ich werde Sie weiterleiten.",
"callerId": "REDACTED",
"description": "When they want to speak with \"REDACTED\" you will forward",
"transferPlan": {
"mode": "blind-transfer",
"sipVerb": "refer"
},
"numberE164CheckEnabled": true
}
]
}@Vapi Support BotVapi Support Bot
11/24/2025, 1:25 PMphoneCallProviderId (e.g., CAabc123), and look for transfer-related errors in the call timeline. This will help pinpoint if Twilio rejected the SIP REFER or if there’s a provider-side issue.
Source: [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops)DNP
11/24/2025, 1:37 PMDNP
11/24/2025, 1:43 PMDNP
11/24/2025, 1:43 PMDNP
11/24/2025, 1:45 PMandym
11/24/2025, 2:54 PMandym
11/24/2025, 2:54 PMChiranjeet Mishra
11/26/2025, 5:25 PMTransferDestinationNumber or TransferDestinationSip). Additionally, check if the transferPlan has the appropriate mode and if the message or sipUri fields are correctly configured.
If you're experiencing server errors or call failures during the transfer, refer to [this document](https://docs.vapi.ai/api-reference/webhooks/server-message) for detailed error codes and messages. This can help troubleshoot whether the issue is related to quota limits, authentication, or anything else specified in the error descriptions.
For creating a transfer tool or checking configurations, the definitions and required fields for creating a tool can be found in the [tool creation API documentation](https://docs.vapi.ai/api-reference/tools/create).
If the problem persists, please check your setup against the documentation to ensure all parameters are correctly used.