Mr DJ
06/12/2026, 5:40 PMMango
06/12/2026, 5:14 PMDJ Crypto
06/12/2026, 4:38 PMHugo
06/12/2026, 4:15 PMDanyal A.
06/12/2026, 12:25 PMandrewboy777
06/12/2026, 11:13 AMtool-calls webhook. Error: socket hang up - but the server GOT the api request and we responded back in 6seconds...so why did this happen multiple times?Bobby ^_^
06/12/2026, 6:15 AMMr DJ
06/11/2026, 8:30 PMvapi login. Your help is appreciated.
https://cdn.discordapp.com/attachments/1514728603814723645/1514728603978567781/image.png?ex=6a2c6c71&is=6a2b1af1&hm=39ef2e5a52070859cad371983464d02d40040880e34287f71b2ecd870bef4c41&pedromacedol
06/11/2026, 7:31 PM019eb2f7-f441-7000-8958-187917d50530
* Status: Stuck in-progress for > 24h (Started: 2026-06-10T19:17:35Z)
* Type: webCall (Daily) | Cost: 0
### 🔍 The Core Issues:
1. No Logs Available: Querying the API for call/webhook logs for this timeframe returns absolutely nothing (0 entries).
2. Timeouts Ignored: The call bypassed maxDurationSeconds: 3600 (1h), silenceTimeoutSeconds: 40, and customerJoinTimeoutSeconds: 90.
### ❓ What I need:
* Can you check your backend logs for this Call ID to see why it's a "zombie" and why no logs were generated/saved?eric239
06/11/2026, 7:03 PMnightcrawler
06/11/2026, 4:16 PMpaniedajzlotufke
06/10/2026, 8:19 PMMr DJ
06/10/2026, 4:31 PMBlakeFrolic
06/10/2026, 1:53 PMsinan
06/10/2026, 11:31 AMShawn
06/10/2026, 7:39 AMBlacKnife
06/10/2026, 6:07 AMeric239
06/10/2026, 3:37 AMError: 400 Function tools with reasoning_effort are not supported for gpt-5.4-mini in /v1/chat/completions. Please use /v1/responses instead.
Do you have a solution (other than using different class of model)?BlakeFrolic
06/10/2026, 12:13 AMNomadiction
06/09/2026, 6:57 PMassistant-request
- Responding with destination: { type: 'sip', sipUri: 'sip:+1XXXXXXXXXX@<twilio-sip-trunk-domain>' } to immediately forward the call without an assistant
Expected behavior:
Call is forwarded to the SIP URI, same as it works for Vapi-managed phone numbers.
Actual behavior:
Vapi responds to Twilio's SIP INVITE with 603 Decline (~2s, 0 connect duration). The call is never forwarded. Confirmed via Twilio call insight logs (last_sip_response_num: 603).
What we ruled out:
- The destination response is correctly received by our webhook and returned to Vapi (logged)
- TWILIO_SIP_TRUNK_DOMAIN is correct and reachable (verified with a SIP capture proxy — Vapi never attempts to dial the SIP URI at all)
- Not a 403/auth issue — the 603 is immediate and deliberate
- Works fine on Vapi-managed phone numbers with the same response format
Question:
Is destination in assistant-request responses intentionally unsupported for byo-phone-number SIP trunk calls? If so, what is the recommended way to immediately forward an inbound byo-phone-number call without spinning up an assistant? The phone-call-control forward works but requires the call to be in-progress first.Ethan Tan
06/09/2026, 4:45 PMblockmaster4086
06/09/2026, 3:30 PMGamesquirt
06/09/2026, 12:47 PMSplend1d
06/09/2026, 11:06 AMSid
06/09/2026, 2:04 AMMichael Egley
06/08/2026, 9:16 PMbrian.rabern
06/08/2026, 8:02 PMHamza Baig
06/08/2026, 7:09 PMSid
06/08/2026, 4:47 PMMd Mahiuddin
06/08/2026, 8:54 AMassistant.started, which means the assistant has already started before my CRM lookup completes.
I also tested returning values using:
json
{
"assistantOverrides": {
"variableValues": {
"customer_name": "John"
}
}
}
but the returned variable is not available in the assistant's first message.
Could you please advise:
1. Is there a supported way to perform a CRM lookup before the assistant's first message is generated?
2. For inbound calls on a Vapi Hosted Number, is there an Assistant Request event, pre-call hook, or another mechanism that allows dynamic variables to be injected before the greeting is spoken?
3. What is the recommended approach for personalizing the first greeting using CRM data retrieved from an external system such as n8n?
Any documentation, examples, or recommended architecture would be greatly appreciated.
Thank you for your time and support.
Best regards,
MD MAHIUDDIN