Dmytro
10/21/2025, 11:03 AMVapi Support Bot
10/21/2025, 11:05 AMcurl -X GET "https://api.vapi.ai/call/0199f20a-e150-7115-9eff-bf0c61cca11b" -H "Authorization: Bearer YOUR_API_KEY"
Look for audio stream issues, missing REFER packets, or codec mismatches. This will help pinpoint if audio is being sent correctly from Vapi to your SIP endpoint.
Reference: [Vapi SIP 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)Teru
10/21/2025, 12:40 PMTeru
10/21/2025, 12:40 PMTeru
10/21/2025, 12:41 PMChiranjeet Mishra
10/21/2025, 7:09 PMfirstMessage to an empty string.
- Set firstMessageMode to assistant-speaks-first-with-model-generated-message.
2. **Squad's Assistant Destinations Messages**:
- For every members[*].assistantDestinations[*], set the message property to an empty string.
3. **Source Assistant's Prompt**:
- Include a line instructing it to transfer to the desired assistant:
json
trigger the transferCall tool with 'assistantName' Assistant.
- Replace 'assistantName' with the exact name of the next assistant.
4. **Destination Assistant’s Behavior**:
- Include a line in the prompt: Proceed directly to the Task section without any greetings or small talk.
For further details, you can refer to the [documentation](https://docs.vapi.ai/squads/silent-transfers).Dmytro
10/22/2025, 1:50 PMChiranjeet Mishra
10/24/2025, 6:16 PMendedReason to see how the call terminated
- Check if there are any SIP-related errors
2. Since you're using SIP phones with Twilio, you should:
- Analyze the SIP packets using Wireshark (you can get the PCAP file from Vapi's API)
- Look specifically for proper media negotiation in the SIP signaling
- Check if there were any RTP stream issues
3. Common causes for this issue could be:
- SIP endpoint configuration mismatches
- Media routing issues between Twilio and Vapi
- Call control settings conflicts
To resolve:
1. Verify your SIP configuration
2. Ensure phoneCallProviderBypassEnabled is set to false
3. Check for any conflicting call control settings
If the issue persists after these checks, you should:
1. Gather the call ID, timestamp, and PCAP analysis
2. Include screenshots of your configuration settingsTeru
10/28/2025, 10:19 PMTeru
10/28/2025, 10:19 PMTeru
10/28/2025, 10:20 PMChiranjeet Mishra
10/30/2025, 9:06 PMChiranjeet Mishra
10/30/2025, 9:08 PMTeru
11/05/2025, 5:00 PMChiranjeet Mishra
11/08/2025, 1:12 AM