Skip to content

Commit 3ad1124

Browse files
cursoragentsahil
andcommitted
Fix: Clarify webhook timeout reasons
Co-authored-by: sahil <[email protected]>
1 parent f5552c3 commit 3ad1124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/server-url/events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For inbound phone calls, you can specify the assistant dynamically. If a PhoneNu
114114
```
115115

116116
<Note>
117-
You must respond to the `assistant-request` webhook within <strong>7.5 seconds end-to-end</strong>. This limit is fixed and not configurable: Twilio enforces a 15-second cap, and Vapi reserves ~7.5 seconds for call setup. The timeout value shown elsewhere in the dashboard does not apply to this webhook.
117+
You must respond to the `assistant-request` webhook within <strong>7.5 seconds end-to-end</strong>. This limit is fixed and not configurable: the telephony provider enforces a 15-second cap, and Vapi reserves ~7.5 seconds for call setup. The timeout value shown elsewhere in the dashboard does not apply to this webhook.
118118

119119
To avoid timeouts:
120120
- Return quickly with an existing <code>assistantId</code> or a minimal assistant, then enrich context asynchronously after the call starts using <a href="/calls/call-features">Live Call Control</a>.

0 commit comments

Comments
 (0)