FPStruck
12/06/2025, 10:21 AMChiranjeet Mishra
12/06/2025, 10:21 AMVapi Support Bot
12/06/2025, 10:22 AMphoneCallProviderBypassEnabled flag is set to false so Vapi can manage the transfer. Here’s the recommended configuration:
json
{
"phoneCallProviderBypassEnabled": false
}
Try updating this setting and test your transfer again.
For more details, see the [Vapi troubleshooting guide](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops).
Source:
- [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops)FPStruck
12/06/2025, 10:54 AMChiranjeet Mishra
12/09/2025, 4:39 AMphoneCallProviderBypassEnabled Setting: Ensure this is set to false so that Vapi can control the call transfer process effectively. Here's the configuration:
json
{
"phoneCallProviderBypassEnabled": false
}
More details can be found in the [Vapi troubleshooting guide](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops).
2. Check Call `endedReason`**:** Retrieve the call logs using the call ID 019af346-74d3-7551-8fda-577ed2fd7c1a and confirm that the endedReason is "assistant-forwarded-call". This indicates a successful initiation by Vapi.
3. Server Message Configuration: Make sure your assistant’s serverMessages configuration does not include "phone-call-control" unless implementing custom transfer logic.
4. Provider Log Analysis: If Vapi shows successful initiation but calls still drop, investigate your telephony provider’s logs using the phoneCallProviderId from the call details to identify any provider-side errors.
These steps should help in diagnosing and resolving the issue. If the problem persists, a more detailed review of both Vapi settings and your telephony provider configurations might be needed.stevechef_
12/10/2025, 10:06 PMFPStruck
12/11/2025, 7:02 AMFPStruck
12/14/2025, 2:10 PMFPStruck
12/21/2025, 1:43 PM