Skip to content
Technology10 min read0 views

International VoIP Latency Optimization for Global Teams

Reduce international VoIP call latency for distributed teams. Codec selection, geographic routing, TURN placement, and carrier optimization strategies.

The Physics Problem: Why International Calls Have Latency

Before diving into optimization strategies, it is important to understand what is physically possible. The speed of light in fiber optic cable is approximately 200,000 km/s (about two-thirds the speed of light in vacuum). The distance from New York to London is roughly 5,500 km, creating a minimum one-way propagation delay of approximately 28 milliseconds. New York to Sydney (16,000 km) has a minimum one-way delay of 80 milliseconds.

These are theoretical minimums. Real-world latency is higher due to routing inefficiencies, network hops, codec processing, and jitter buffering. A typical US-to-Europe VoIP call experiences 80-120ms one-way latency, while US-to-Asia-Pacific calls experience 150-250ms.

The human perception threshold: Conversations feel natural at under 150ms one-way latency. At 150-250ms, speakers begin to notice delay and occasionally talk over each other. Above 250ms, conversation becomes difficult and frustrating.

The goal of international VoIP optimization is to get as close to the physical minimum as possible and stay below the 150ms threshold where practical.

Measuring International Call Latency

Before optimizing, establish baseline measurements:

End-to-End Latency Components

Component Typical Delay Optimization Potential
Codec encoding 5-40ms High (codec choice)
Jitter buffer (sender) 0-20ms Medium
Local network 1-5ms Low
ISP to backbone 5-15ms Low
International backbone 30-120ms Medium (carrier choice)
Destination ISP 5-15ms Low
Destination network 1-5ms Low
Jitter buffer (receiver) 20-60ms Medium
Codec decoding 5-20ms High (codec choice)
Total (typical) 72-300ms

Measurement Methods

  • SIP OPTIONS ping: Measure round-trip time between your SIP endpoints and the carrier's Points of Presence (PoPs) in each region
  • RTP statistics: Analyze RTCP reports from completed calls for actual media path latency
  • Synthetic testing: Use VoIP testing tools to run continuous probes between your offices or between your infrastructure and carrier endpoints worldwide
  • WebRTC getStats(): For browser-based calling, the RTT metric from getStats() gives real-time round-trip measurements

Optimization Strategy 1: Codec Selection

Codec choice has the largest impact on controllable latency. Each codec has an inherent algorithmic delay:

Codec Frame Size Algorithmic Delay Bandwidth Quality
G.711 (PCM) 20ms 0.125ms 64 kbps Good (narrowband)
G.729 10ms 15ms 8 kbps Good (narrowband)
Opus (VoIP mode) 20ms 26.5ms 6-40 kbps Excellent (wideband)
Opus (low delay) 2.5-5ms 6.5ms 16-40 kbps Very good (wideband)
iLBC 20-30ms 25-40ms 13-15 kbps Fair

Recommendation for international calls:

  • Use Opus in low-delay mode when both endpoints support it. The 6.5ms algorithmic delay (vs 26.5ms in default mode) saves 40ms round-trip compared to standard Opus
  • Fall back to G.711 μ-law when interoperating with legacy PSTN gateways. Despite higher bandwidth, G.711's near-zero algorithmic delay makes it the lowest-latency choice for PSTN-bound calls
  • Avoid G.729 for latency-sensitive routes: While G.729's low bandwidth is attractive, its 15ms algorithmic delay adds 30ms round-trip — meaningful on already-slow international paths

Optimization Strategy 2: Geographic Media Routing

The biggest optimization opportunity for most organizations is ensuring that media takes the shortest possible path between callers.

The Common Mistake: Tromboning

Tromboning occurs when call media is routed through an unnecessary intermediate point. Example: an agent in London calls a customer in Paris, but the media routes through a media server in Virginia because that is where the calling platform's infrastructure is hosted.

London → Virginia → Paris adds approximately 140ms of unnecessary round-trip latency compared to a direct London → Paris path (approximately 20ms).

The Solution: Regional Media Servers

Deploy media processing (recording, transcription, AI) in multiple geographic regions. Route media to the nearest regional server rather than a central location.

Recommended regional deployment:

See AI Voice Agents Handle Real Calls

Book a free demo or calculate how much you can save with AI voice automation.

  • US East (Virginia/New York): Covers North America east coast and Latin America
  • US West (Oregon/California): Covers North America west coast and Pacific
  • Europe West (London/Frankfurt): Covers Western Europe, Middle East, Africa
  • Asia Pacific (Singapore/Tokyo): Covers East Asia, Southeast Asia, Oceania
  • India (Mumbai): Covers South Asia

CallSphere operates media servers in all five of these regions, automatically routing call media through the nearest Point of Presence to minimize latency for international calls.

TURN Server Placement for WebRTC

For browser-based calling, TURN server placement is critical. A WebRTC call that must relay through TURN adds whatever latency exists between each caller and the TURN server:

Caller A (London) → TURN (Virginia) → Caller B (Paris)
   RTT: ~70ms         +         ~70ms  = ~140ms added latency

vs.

Caller A (London) → TURN (Frankfurt) → Caller B (Paris)
   RTT: ~15ms         +         ~15ms  = ~30ms added latency

Deploy TURN servers in every region where you have significant calling activity.

Optimization Strategy 3: Carrier and Trunk Selection

Not all SIP trunk providers route calls equally. International call routing can vary by 50-100ms between carriers for the same origin-destination pair.

Direct Routes vs Least-Cost Routing

  • Direct routes: The carrier has a direct interconnect with the destination country's network. Lower latency, higher cost
  • Least-cost routing (LCR): The carrier routes through whichever intermediate carrier offers the cheapest rate. May add 1-3 extra hops and 20-80ms of additional latency

For latency-sensitive international corridors, request direct routes from your carrier even if they cost 10-20% more per minute.

Multi-Carrier Strategy

Use multiple SIP trunk providers and route calls to the carrier with the best performance for each destination:

  • Carrier A for US-to-Europe (best latency to European PoPs)
  • Carrier B for US-to-APAC (direct peering with Asian carriers)
  • Carrier C for domestic US (lowest cost, latency is not a concern)

Implement active monitoring that tests latency to each carrier's PoPs and automatically fails over if a carrier's performance degrades.

Optimization Strategy 4: Network Path Optimization

SD-WAN for Voice

Software-Defined WAN (SD-WAN) products like Aryaka, Cato Networks, and Zscaler can optimize international voice paths by:

  • Private backbone routing: Sending traffic over the provider's private network instead of the public internet, reducing hop count and jitter
  • Application-aware routing: Detecting VoIP traffic and routing it over the lowest-latency path
  • Real-time path switching: Monitoring multiple paths and switching voice traffic to a better path mid-call if conditions change

SD-WAN typically reduces international voice latency by 20-40% compared to public internet routing.

Dedicated Interconnects

For organizations with very high international calling volume, consider dedicated network interconnects:

  • AWS Direct Connect / Google Cloud Interconnect: Private connections from your office to cloud-hosted VoIP infrastructure, bypassing ISP congestion
  • Carrier peering arrangements: Direct connections between your SIP trunk provider and your enterprise WAN

Optimization Strategy 5: Jitter Buffer Tuning

Jitter buffers add intentional delay to smooth out packet arrival variations. For international calls where latency is already high, aggressive jitter buffer tuning can recover significant delay:

  • Reduce jitter buffer minimum from 40ms to 20ms on routes with stable, low-jitter connections (typically fiber paths between major cities)
  • Use adaptive jitter buffers that shrink during stable periods and grow only when jitter increases
  • Separate jitter buffer configurations per route: Configure smaller buffers for direct routes and larger buffers for routes with known jitter (cellular last-mile, developing-country infrastructure)

Caution: Reducing jitter buffer size below the actual jitter on the path will cause packet loss and audio artifacts. Only reduce buffer sizes on well-monitored routes where jitter is consistently low.

Regional Compliance Considerations

International VoIP introduces regulatory complexity:

  • Call recording consent: Laws vary dramatically. The EU requires consent from all parties in most member states. Japan requires only one-party consent. Some Indian states prohibit recording entirely
  • Data residency: Some countries (Russia, China, certain EU interpretations) require that voice data generated within their borders remain stored in that jurisdiction
  • Number provisioning: Virtual numbers in some countries (Saudi Arabia, China) require local business registration or partnerships with licensed operators
  • Emergency calling (E911/112): VoIP providers must support emergency calling in many jurisdictions, which requires accurate location data for each endpoint

Frequently Asked Questions

What is the maximum acceptable latency for a business VoIP call?

The ITU-T G.114 recommendation specifies 150ms one-way delay as the target for acceptable conversational quality. In practice, calls with up to 200ms one-way delay are usable for most business conversations, though some speakers will notice the delay. Above 250ms, conversation quality degrades significantly. For international calls, the goal is to stay below 200ms one-way — achievable on most US-Europe routes but challenging on US-Asia/Pacific routes without optimization.

How do I reduce latency on calls between the US and Asia-Pacific?

The most impactful optimizations for US-APAC routes are: (1) use Opus low-delay codec to save 40ms round-trip, (2) ensure media routes through West Coast US infrastructure rather than East Coast (saves 30-50ms), (3) deploy TURN/media servers in Singapore or Tokyo for the APAC endpoint, (4) select a carrier with direct peering to Asian networks rather than least-cost routing, and (5) consider SD-WAN for private backbone routing across the Pacific. Combined, these optimizations can reduce US-Asia round-trip latency from 350ms to under 220ms.

Does using a VPN affect international VoIP call quality?

Yes, often negatively. VPNs add encryption overhead (5-10ms per direction), route traffic through the VPN server location (potentially adding significant latency if the VPN server is not geographically optimal), and can interfere with UDP traffic that VoIP depends on. For best results: configure split tunneling to exclude VoIP traffic from the VPN tunnel, or use a VPN provider with servers in multiple regions and select the closest server to the call destination.

How many concurrent international calls can a typical office internet connection support?

Each VoIP call requires approximately 100 kbps bidirectional using the Opus codec. A 100 Mbps symmetric business fiber connection can theoretically support 1,000 concurrent calls. However, the practical limit is much lower because you need bandwidth for other traffic and headroom to prevent congestion. A conservative rule: allocate no more than 30% of your upload bandwidth to voice. On a 100 Mbps upload connection, that supports approximately 300 concurrent calls. For a 50-person office where 20% of staff are on calls simultaneously, a 25 Mbps connection is more than sufficient.

Share this article
C

CallSphere Team

Expert insights on AI voice agents and customer communication automation.

Try CallSphere AI Voice Agents

See how AI voice agents work for your industry. Live demo available -- no signup required.