Jeebs from eva.be
10/21/2025, 5:53 PMVapi Support Bot
10/21/2025, 5:54 PMJeebs from eva.be
10/21/2025, 6:08 PMChiranjeet Mishra
10/22/2025, 4:48 PMendedReason in the response to see if it shows "assistant-forwarded-call". Here’s a code snippet for making the API call to check this:
bash
curl -X GET "https://api.vapi.ai/call/{call_id}" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
2. **Check Assistant Configuration**:Ensure your assistant configuration doesn’t contain "phone-call-control" in the serverMessages setting if you're not implementing custom call control. Ensure phoneCallProviderBypassEnabled is set to false.
3. **Review Telephony Provider Logs**:If Vapi did forward the call correctly (as indicated by "assistant-forwarded-call"), the issue may reside with your telephony provider. Check the provider’s dashboards (Twilio, Vonage, Telnyx) for any transfer-related errors using the phoneCallProviderId from the response.
4. **SIP Trunk and Packet Analysis**:If you're using SIP, consider downloading the PCAP file to investigate SIP signaling issues with Wireshark. Look for REFER packets to determine if the transfer request was sent and accepted by your SIP provider.
For further assistance, refer to the [call forwarding troubleshooting guide](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops).