Ramesh Verve
01/26/2026, 10:54 PMVapi Support Bot
01/26/2026, 10:55 PMphoneCallProviderBypassEnabled to false in your call setup. For example, in your API or TwiML configuration, ensure:
json
{
"phoneCallProviderBypassEnabled": false
}
This allows Vapi to send transfer requests to Twilio and resolve the issue where transfers do not occur ([see documentation](https://docs.vapi.ai/phone-calling/in-call-control/transfer-calls/debug-forwarding-drops)).
Source:
- [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/in-call-control/transfer-calls/debug-forwarding-drops)Jarrah
01/27/2026, 8:36 AM