Nico
01/07/2026, 1:51 AMVapi Support Bot
01/07/2026, 1:52 AMendedReason field.
Run the following API call (replace {call_id} and YOUR_API_KEY):
bash
curl -X GET "https://api.vapi.ai/call/{call_id}" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
If endedReason is "assistant-forwarded-call", the issue is likely with your telephony provider; otherwise, review your assistant's transfer configuration.
This step will help you pinpoint where the transfer is failing in the workflow.
For more details, see the [Debug call forwarding drops 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)Nico
01/07/2026, 2:13 AMChiranjeet Mishra
01/07/2026, 1:46 PM"phoneCallProviderId": "CAabc123".
2. Check provider logs using that ID:
- Twilio: Console > Monitor > Calls — search by Call SID → inspect timeline & TwiML execution for REFER/transfer errors.
- Vonage: Dashboard > Call Logs — search by telephony call id/timestamp.
- Telnyx: Mission Control > CDRs — search by telephony call id.
3. Look for these provider-side indicators:
- No outbound call leg created or no INVITE sent → outbound routing/egress blocked.
- 4xx/5xx SIP or PSTN errors (e.g., 403, 480, 503) → carrier rejection or destination unreachable.
- Caller ID/CLI rejected or blocked by destination/carrier → check outgoing Caller ID configured for your Vapi number/provider.
- Early hangup/leg closed immediately after REFER/transfer acceptance.
4. If using SIP, download Vapi PCAP (call object includes pcapUrl) and inspect in Wireshark:
- Filter: sip.Method == "REFER" and look for responses (202, 4xx/5xx).
- Confirm whether Vapi sent REFER and whether provider attempted a new INVITE to the destination.
5. Share the provider-side evidence here if you want us to review:
- phoneCallProviderId from the call object
- Provider call SID/ID and the exact timestamps
- Provider timeline screenshots or SIP error codes (e.g., 403, 480, 486)
- PCAP file or Wireshark screenshots showing REFER/INVITE and responses
If you provide the phoneCallProviderId and any provider logs or SIP error codes, I will inspect them and point to the precise failure step. For reference: https://docs.vapi.ai/phone-calling/in-call-control/transfer-calls/debug-forwarding-drops