You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/ivr-navigation.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,11 @@ Some IVRs buffer audio or expect digits at a slower pace. Sending digits too qui
18
18
19
19
Provider-specific pause characters
20
20
21
-
-**Twilio / Telnyx**: Use `w` for a 0.5s pause, `W` for a 1s pause. Example: `1w2w3W4#`
21
+
-**Twilio / Telny / Vapi Numbers / BYOK SIP**: Use `w` for a 0.5s pause, `W` for a 1s pause. Example: `1w2w3W4#`
22
22
-**Vonage**: Use `p` for a 0.5s pause. Example: `1p2p3#`
23
23
24
24
Start with 0.5s pauses and increase only if digits are still missed.
25
25
26
-
<Warning>Vapi phone numbers and BYOK SIP do not support pause characters at this time.</Warning>
27
-
28
26
### 2. Give menus time to finish before responding
29
27
30
28
IVR menus often speak slowly and include longer silences than typical user speech. If your assistant responds too quickly, it may send tones before the IVR has finished listing options and there's a chance that is not ready to receive inputs.
0 commit comments