An international call that "connects" then dies on hold, or an IVR that never hears a keypress, is usually not a dead institution. It is a path problem. Fix the path before spending another 40 minutes on the same string.
Three failure modes cover most of the tickets:
1. The keypad digits never arrive as clean DTMF, so the menu restarts or dumps the call. 2. Hold music or silent hold is treated as idle audio, so a gateway or laptop sleeps the session. 3. The number itself is a domestic toll-free or premium string that never should have been dialled from abroad.
Related reading: US toll-free from abroad, premium numbers not working, cheap long holds.
1. Test DTMF in the first 30 seconds
Do not settle into a hold queue until the menu has accepted at least one digit.
- ›Enter the language or department key as soon as the prompt finishes.
- ›If the IVR repeats "I did not get that" twice, hang up. The route is delivering in-band noise instead of telephone events.
- ›Redial. A second attempt often lands on a different outbound gateway with cleaner RFC 4733 / telephone-event DTMF.
- ›Prefer a real USB headset or the laptop's built-in mic unmuted. Some menus also listen for speech and treat a muted mic as hang-up.
Bank and tax menus in the US, UK, Germany, and India are 4-6 levels deep. A dirty first digit wastes the entire tree. IRS international: +1 267-941-1000 (IRS; IRS from abroad). Chase international: +1 713-262-3300 (Chase from abroad).
2. Hold music is not a keep-alive
Hold music that ducks to silence, or a line that is genuinely silent on hold (Bank of America does this), looks like a dropped call. It often is not.
What actually drops the session:
- ›Laptop sleep and browser tab freeze. Disable sleep. Keep the tab visible. A backgrounded tab can freeze the WebRTC sender; the far end hears nothing and the IVR hangs up for "silence."
- ›NAT binding timeout. Home routers drop UDP mappings after 30-90 seconds of what they think is idle. Comfort noise or low-level hold music may not refresh the binding. A 1-second unmute / light tap on the desk every minute is crude and effective.
- ›VAD / silence suppression on the VoIP leg. Aggressive voice-activity detection treats hold music as non-speech and stops sending packets. The institution's platform then applies its own silence timer (often 30-120 seconds) and clears the call.
- ›SIP session timers. Some carriers send a re-INVITE mid-hold. If the browser stack misses it, the call dies at 15 or 30 minutes exactly. Redial is the fix; there is no user toggle.
None of those is solved by shouting "hello" into a muted headset.
3. Stop redialing domestic freephone
US 800/888/877/866/855/844 strings are free only inside the North American billing arrangement. From abroad they ring out, reject, or play "not available from your location." The FCC overview is at fcc.gov.
The same pattern exists as 0800 (UK, Germany, Egypt, Bangladesh, Pakistan), 1800 (Philippines), 01800 (Colombia), 0800/0805 (France). Find the geographic or labelled-international fallback. Dial that as paid E.164. Do not retry the freephone.
Cost of getting this wrong
A 40-minute hold on unmanaged roaming to a US number can be $1-$3+/min. The same hold on a US destination at a few cents per minute is about $1-$2. Check rates before the queue, not after. How calling works: how it works.
If the current mobile plan already includes that country at a low rate, use the handset. Browser-to-phone is for Wi-Fi-only devices and expensive carrier international.
Checklist before a long international hold
- ›Confirm the number is geographic or explicitly international, not domestic freephone
- ›Test one IVR digit successfully before accepting estimated wait
- ›Disable laptop sleep; keep the calling tab in the foreground; leave the mic unmuted
- ›Have account IDs, ZIP / postcode, and last transaction ready so the live agent is not waiting on a search
- ›If hold audio vanishes, wait 20-30 seconds before assuming a drop; then redial once on a fresh route
- ›Call at the destination's first hour (07:00-09:00 ET for many US banks; 08:00-09:00 UK for HMRC-style lines)
¿Necesitas llamar a un teléfono de verdad?
Abre WorldDial, introduce el número y consulta la tarifa en vivo antes de marcar. Paga por uso desde el navegador. La otra persona no necesita una app.
Pago por uso • Sin suscripción • El destinatario no necesita WorldDial
FAQs
Why does the IVR ignore my keypad?
The outbound path is sending audio noise instead of DTMF events, or the mic is muted on a speech-enabled menu. Hang up and redial. Do not repeat the same digit on a known-bad route.
Why does hold music stop and the call die?
Silence detection, NAT timeout, or a sleeping laptop. Keep the tab awake and the session sending audio. Silent hold (used by some US banks) is not itself a drop.
Are all 855 numbers unreachable from abroad?
No. Some institutions publish specific 855 lines for overseas callers. Use the number labelled for international use, not every toll-free prefix.
Is there a universal fix for dropped IVRs?
No. Test DTMF early, use the paid fallback number, and keep the device awake. That combination clears most of the avoidable failures.
