How to Prioritize VoIP and WiFi Calling Traffic on Your Router: QoS Settings for WhatsApp, FaceTime, Zoom, and Carrier WiFi Calls
A single cloud backup or 4K stream can ruin a VoIP call — not because your internet is slow, but because your router doesn’t know calls deserve priority. Here’s how to configure QoS on ASUS, TP-Link, Netgear, and Eero routers to guarantee crystal-clear audio on WhatsApp, FaceTime, Zoom, and carrier WiFi calling.
VoIP and WiFi calling are extraordinarily sensitive to network conditions — far more so than streaming or gaming. A 4K Netflix stream buffers gracefully; a voice call degrades instantly the moment latency climbs above 150ms, jitter exceeds 30ms, or packet loss crosses 1%. The fix is Quality of Service (QoS): a router feature that creates a “fast lane” for call traffic and ensures your spouse’s Zoom meeting survives your teenager’s Steam downloads. This guide explains how QoS works, what each calling app needs, and exactly how to configure it on the most popular home routers. If you want the broader walkthrough first, start with our guide on how to set up QoS on your home router.
Why VoIP Traffic Needs Special Treatment
Voice and video calls use a real-time transport protocol (RTP) that sends a continuous stream of small UDP packets at fixed intervals — typically every 20ms. If even a handful of those packets arrive late or are dropped, the codec can’t reconstruct the audio. The result is choppy audio, robotic voices, or dropped calls. Compare this to a file download, which tolerates variable latency and packet loss easily because TCP retransmits anything that goes missing.
Each individual VoIP call consumes 80–100 Kbps of upload and download bandwidth — almost nothing by modern standards. The problem is never raw bandwidth; it’s contention. When your router has to choose between forwarding an RTP packet and a TCP segment from a file download, it defaults to first-in, first-out. QoS overrides that default and puts RTP packets at the front of the queue every time.
How Routers Prioritize Traffic: WMM and DSCP
There are two layers of QoS relevant to home WiFi calling.
WMM (WiFi Multimedia)
WMM is the wireless-layer QoS standard built into every 802.11n and newer access point. It defines four access categories — Voice, Video, Best Effort, and Background — and grants packets in higher categories preferential channel access. WMM is enabled by default on most routers; disabling it actually degrades VoIP performance. You generally don’t need to touch it, but verify it’s on under your router’s wireless advanced settings.
DSCP Markings
DSCP (Differentiated Services Code Point) is the IP-layer mechanism that marks packets for priority treatment. The industry-standard markings for voice traffic are:
- DSCP EF (Expedited Forwarding, value 46): Used for RTP voice/video media streams. Gets the highest queue priority on any QoS-aware router or switch.
- DSCP CS3 (Class Selector 3, value 24–26): Used for SIP signaling packets (call setup and teardown). Less time-critical than media but still needs priority over bulk traffic.
Well-behaved VoIP clients — enterprise desk phones and many carriers — mark their own packets with these DSCP values. Consumer apps like WhatsApp, FaceTime, and Zoom often do not, which means your router must classify and mark them itself using port-based or application-based rules.
Bandwidth and Port Reference for Popular Apps
Before configuring rules, understand what each app uses:
| App / Service | Protocol | Key Ports | Bandwidth Per Call |
|---|---|---|---|
| Carrier WiFi Calling (all US carriers) | SIP + RTP over IPsec | UDP 500, 4500 (IKE/ESP) | 80–100 Kbps |
| WhatsApp Voice/Video | Proprietary over STUN/TURN | UDP 3478, TCP 443 | 100–800 Kbps |
| FaceTime (Audio) | Apple STUN/ICE + RTP | UDP 3478, 5353, 16384–16387 | 64–128 Kbps |
| FaceTime (Video) | Apple STUN/ICE + RTP | UDP 3478, 16384–16387 | 256 Kbps–2.5 Mbps |
| Zoom (Audio) | RTP over UDP | UDP 8801–8802, TCP 443 | 60–80 Kbps |
| Zoom (Video HD) | RTP over UDP | UDP 8801–8802 | 600 Kbps–1.8 Mbps |
| Microsoft Teams (Audio) | SRTP over UDP | UDP 3478–3481, 50000–50019 | 76–92 Kbps |
QoS Setup by Router Brand
ASUS Routers (Adaptive QoS)
ASUS Adaptive QoS is the most capable consumer QoS implementation available. On any ASUS router running ASUSWRT:
- Log in to your router at
192.168.1.1and go to Adaptive QoS → QoS. - Enable Adaptive QoS and set the mode to Customize.
- In the bandwidth priority list, drag VoIP and Video Conferencing to the first position. This covers Zoom, Teams, Skype, and SIP-based carrier calls automatically.
- Click Apply. ASUS uses deep packet inspection (DPI) to identify app traffic, so port-specific rules are not required for major apps.
- Optionally, enable IPTV → Enable multicast routing if you use carrier WiFi calling over a managed ISP connection.
Note: Disable SIP ALG under WAN → NAT Passthrough. SIP ALG rewrites packet headers in ways that break most modern VoIP clients, causing one-way audio and dropped calls. This applies to all router brands.
TP-Link Routers (QoS / Bandwidth Control)
Older TP-Link Archer models use a device-based QoS; newer Archer BE and AX models use HomeShield QoS:
- In the TP-Link Tether app or web UI, navigate to HomeShield → QoS.
- Add your phone, laptop, or the device you use for calls to the High Priority list. HomeShield allocates guaranteed bandwidth and lower queue depth to those devices.
- For port-based rules on classic firmware: go to Advanced → QoS → Settings, set upload and download speeds, then add rules with UDP 8801–8802 (Zoom), UDP 3478 (WhatsApp/FaceTime), and UDP 500, 4500 (carrier WiFi calling) at Highest priority.
Netgear Nighthawk and Orbi (Dynamic QoS)
- Open the Nighthawk app or log in at
192.168.1.1and go to Advanced → Setup → QoS Setup. - Enable Dynamic QoS and enter your ISP plan speeds accurately — Dynamic QoS uses them to calculate bandwidth allocation ratios.
- Under Application QoS Rules, verify that “Voice over IP” is set to Highest. Add Zoom (ports 8801–8802 UDP) and Teams (50000–50019 UDP) manually if they’re not auto-detected.
Amazon Eero
Eero does not expose traditional port-based QoS. Instead, it uses Eero Plus’s Content Filtering and “Prioritize Devices” feature to give specific devices lower latency treatment during congestion. Go to the Eero app → select your network → Advanced Settings → Device Priority. Add the device you use for calls and set it to High. While less granular than ASUS or Netgear, this is usually sufficient for households with fewer than 30 active devices.
Why Upload QoS Matters More Than Download
Most households have asymmetric plans — e.g., 500 Mbps download, 50 Mbps upload. Download congestion is rare; upload congestion is common, especially when a cloud backup, Dropbox sync, or security camera upload is running. A single 4K cloud backup can consume 20–40 Mbps of upload — more than enough to starve a VoIP call that only needs 100 Kbps but needs it delivered with zero queuing delay. Always configure your QoS rules to prioritize upload first.
Testing Your QoS Configuration
After enabling QoS, verify it works under real load. Start a large upload (a cloud backup or file transfer to a remote server) to saturate your upstream, then make a test call. Without QoS, the call will be choppy immediately. With QoS properly configured, audio should remain clear even when the upload is consuming most of your available bandwidth.
For a more scientific baseline, run a speed test before and during the upload. Then use a VoIP quality tool such as the Cloudflare 1.1.1.1 speed test or an online MOS score checker to measure latency and jitter — target under 80ms round-trip latency and under 20ms jitter for high-quality VoIP. If both metrics stay in range under load, your QoS configuration is working.
Common QoS Mistakes to Avoid
- Leaving SIP ALG enabled: This is the single most common cause of one-way audio and dropped WiFi calls. Disable it on every router, regardless of brand.
- Using inaccurate ISP speeds: Routers that require manual speed entry (Netgear Dynamic QoS, some TP-Link models) miscalculate priorities if you enter plan speeds rather than your actual measured speeds. Run a speed test and enter the real numbers.
- Prioritizing the wrong device: If you make calls from your iPhone over carrier WiFi calling, add your iPhone’s MAC address to the priority list — not your laptop. If calls still drop after this, see our guide on how to fix WiFi Calling dropping on iPhone for IMS and carrier-setting fixes.
- Ignoring WMM: Ensure WMM is enabled on your 2.4 GHz and 5 GHz radios. It’s essential for wireless QoS to function correctly end-to-end.
The Bottom Line
QoS configuration for VoIP is one of the highest-impact, lowest-effort network improvements available to home users. The key steps: enable WMM on every radio, disable SIP ALG, and configure your router to assign highest priority to VoIP and video conferencing traffic — by application category if your router supports DPI (ASUS, most Netgear), or by device if it doesn’t (Eero, some TP-Link). Prioritize upload above all else, since that’s where congestion actually occurs on asymmetric broadband plans. For households with multiple people working from home or making frequent international calls via WhatsApp or FaceTime, a properly configured QoS policy eliminates the most common class of WiFi call complaints without requiring any hardware upgrade.
Related Articles
How to Enable and Optimize WiFi Calling on Your Router: QoS for VoLTE, SIP ALG Settings, and Band Priority for Carrier WiFi Calls on iPhone and Android
WiFi calling routes your carrier phone calls over your home internet — but SIP ALG on most home routers silently breaks it. Here’s how to enable WiFi calling on iPhone and Android, disable SIP ALG on TP-Link, ASUS, and Netgear routers, set QoS rules to protect voice traffic from bufferbloat, and pick the right WiFi band for consistent call quality.
What Is a Jitter Buffer? How VoIP and Video Apps Smooth Out Packet Delay (and When to Adjust It)
Your voice packets don’t all arrive at the same time — and a jitter buffer is what keeps your calls from sounding robotic. Here’s how it works, the difference between static and adaptive buffers, and when tweaking it actually helps.
How to Fix WiFi Dropping During Video Calls: Zoom, Teams, and Google Meet Stability Fixes for Home Networks
Video calls fail on WiFi for a different reason than slow streaming — they are real-time, so a 2-second upload interruption drops you from the call entirely. This guide covers the five fixes that resolve mid-call drops in Zoom, Microsoft Teams, and Google Meet: band selection, power saving, QoS, driver updates, and background traffic control.