mike
10/29/2025, 7:20 PMVapi Support Bot
10/29/2025, 7:21 PMbash
curl -X GET "https://api.vapi.ai/call/{call_id}" -H "Authorization: Bearer YOUR_API_KEY"
[More on debugging calls](https://docs.vapi.ai/debugging)
Source:
- [Debugging voice agents](https://docs.vapi.ai/debugging)mike
10/29/2025, 7:23 PMmike
10/29/2025, 7:24 PMChiranjeet Mishra
10/29/2025, 8:06 PMendedReason. If it's "assistant-forwarded-call", the forwarding was initiated correctly.
2. Configuration Check:
- Ensure that serverMessages in your assistant configuration excludes "phone-call-control" unless using custom logic.
- Set phoneCallProviderBypassEnabled to false for standard Vapi forwarding management.
3. Provider's Dashboard Verification:
- Check your telephony provider's logs using the phoneCallProviderId to see if any errors occurred during the transfer.
4. SIP Trunk Check (if applicable):
- Use Wireshark to capture and analyze SIP packets to confirm if the REFER request was sent. Look for errors if the transfer wasn't accepted.
5. Common Solutions:
- Ensure the destination number is correct and calling it directly works.
- Check for call blocking or configuration inconsistencies.
For detailed guidance on each step, refer to the [Debug Call Forwarding Drops guide](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops).mike
10/29/2025, 8:19 PMmike
10/29/2025, 8:19 PMmike
10/29/2025, 8:33 PMChiranjeet Mishra
10/31/2025, 7:58 PM