How Does VoIP Work for Internet Phone Calls

Learn everything about how Voice over Internet Protocol (VoIP) works, the history, key technologies, benefits, and considerations especially in 2026.

Fact-Checked by Experts
Abstract SIP signaling path beside RTP media packet stream
At a glance summary
  • VoIP is packets + signaling – Media (codecs/RTP) and signaling (often SIP) are separate planes to design and troubleshoot.
  • Market is already VoIP-first – FCC June 2025: ~44.0M business interconnected VoIP (+4.1% YoY), ~83.6% of U.S. business fixed voice.
  • OTT is rising fast – FCC: OTT business VoIP +9.3% YoY—apps and full UCaaS can scale on different calendars.
  • UCaaS wraps the stack – Metrigy: UCaaS $23.0B in 2025 (+6.1%); seats package softphones, dial plans, and admin.
  • Best practice – Learn packets/SIP/codecs before you buy features; QoS failures look like “VoIP is bad.”

How VoIP works is easiest to remember as two planes: signaling that sets up and tears down sessions (often SIP), and media that carries the audio as packets (codecs over RTP)—with the network and NAT/firewall path deciding whether those packets arrive on time.

That model is not niche anymore. FCC Voice Telephone Services data as of June 30, 2025 shows about 44.0 million U.S. business interconnected VoIP subscriptions (+4.1% YoY), roughly 83.6% of business fixed voice, while OTT business VoIP grew +9.3% YoY (FCC; VoIP statistics). Metrigy’s $23.0 billion UCaaS market in 2025 (+6.1%) packages softphones, dial plans, and admin on top of the same packet foundations (Metrigy). Hybrid work (~52% hybrid among remote-capable workers per Gallup) means those packets often traverse home Wi-Fi as well as office LANs.

Use this explainer to connect codecs, SIP, and network readiness to buying decisions, then compare providers in our hub.

VoIP Meaning

Voice
over
Internet
Protocol

Shortened to “VoIP,” it forever changed the telephone system in the late 80s.

VoIP stands for Voice over Internet Protocol. It lets you make and receive phone calls using an internet connection instead of a dedicated analog phone line. Your voice is not sent as a continuous electrical signal over copper wire. It is captured, converted into digital data, compressed, broken into small packets, transmitted over an IP network, and rebuilt as sound on the other end.

That sounds like a lot. And, technically, it is. But the main idea is simple enough: VoIP turns your voice into internet traffic.

The same basic network that carries emails, website data, file transfers, video meetings, and chat messages can also carry phone calls. The trick is that voice is time-sensitive. A delayed email is annoying. A delayed phone call is chaos. Nobody wants a conversation where every sentence lands half a second late.

So VoIP is not just “phone calls over Wi-Fi.” It is a carefully coordinated mix of audio processing, packet networking, call signaling, routing, security, and quality control. When it works well, it feels effortless. When it does not, you hear every weak spot in the network.

Let’s unpack how it works.

First, What Makes VoIP Different From a Regular Phone Call?

A traditional landline call uses circuit switching. When you place a call, the phone network creates a dedicated circuit between two endpoints. That circuit stays reserved for the call, even during silence. It is like renting a private lane on a highway whether you are driving fast, crawling, or parked.

VoIP uses packet switching. Instead of holding one dedicated path open, VoIP breaks voice into packets and sends them across the network alongside other internet traffic. Each packet carries a small slice of the conversation, usually just 10 to 30 milliseconds of audio.

Those packets may not all follow the same route. Some may arrive early, some late, and a few may never show up. The receiving device sorts out the mess, reorders what it can, smooths out timing differences, and plays the voice back in real time.

That difference matters because it explains both the beauty and the occasional pain of VoIP.

VoIP is flexible, software-driven, and often cheaper. It can work on desk phones, laptops, mobile apps, call center platforms, and cloud PBX systems. But it also depends heavily on internet quality, local network design, router behavior, firewall rules, and power availability.

Here is the broad comparison.

AreaTraditional PSTN Phone SystemVoIP Phone System
Transmission methodCircuit-switched voice over dedicated phone linesPacket-switched voice over IP networks
Physical connectionCopper lines, analog circuits, or carrier trunksBroadband internet, Ethernet, Wi-Fi, private WAN, or mobile data
Voice formatAnalog or carrier-managed digital voiceDigitized, compressed, packetized audio
ScalabilityOften requires new lines, cards, or carrier changesUsers and numbers can often be added in software
FeaturesUsually depends on PBX hardware or carrier servicesVoicemail-to-email, call queues, apps, CRM links, analytics, video, presence
MobilityUsually tied to a physical locationCan work across desk phones, softphones, and mobile devices
Power behaviorSome landlines may work during power outagesPhones, routers, switches, and modems usually need power
Cost profileCan be costly for long-distance, hardware, and maintenanceOften lower monthly cost, especially for multi-site or remote teams

Neither system is magic. PSTN is old but sturdy. VoIP is newer, more flexible, and more software-friendly. That is why many businesses have shifted to VoIP, especially as remote work, cloud tools, and mobile-first habits have become normal.

The Quick Version: What Happens During a VoIP Call?

A VoIP call has two main layers: signaling and media.

Signaling handles the call setup. It finds the other party, rings the device, agrees on call settings, and tears the call down when someone hangs up. The most common signaling protocol is SIP, short for Session Initiation Protocol.

Media is the actual voice. Once the call is established, your spoken audio usually travels using RTP, or Real-Time Transport Protocol.

Think of signaling as the stage manager and media as the performance. SIP gets everyone in place. RTP carries the actual conversation.

That split is important because a call can fail in different ways. If signaling fails, the phone might never ring. If media fails, the call may connect but have no audio, one-way audio, robotic audio, or long delays. Anyone who has troubleshot business phones has met this gremlin before.

Now let’s walk through the full call flow.

Step 1: Your Voice Is Captured

A VoIP call begins when you speak into a microphone. The microphone might be in a desk phone, headset, laptop, conference phone, smartphone, or browser-based calling app.

Your voice starts as pressure waves moving through air. The microphone converts those waves into an electrical signal. That signal is still analog, meaning it varies continuously, like the rise and fall of a wave.

Computers cannot send that raw sound directly across an IP network. They need numbers. So the device uses an analog-to-digital converter, often called an ADC, to sample the sound and turn it into digital information.

Sampling is exactly what it sounds like. The system measures the sound at tiny time intervals. Those measurements become binary data that software can process, compress, packetize, encrypt, route, and eventually play back.

There is a small miracle here, honestly. You speak a sentence, and within a fraction of a second, your voice becomes a stream of numeric samples ready to cross routers, switches, carrier networks, and firewalls.

Step 2: A Codec Compresses the Audio

Abstract codec blocks packing audio into timed RTP packets
Codecs turn audio into packets; late or lost packets sound like “VoIP is bad” even when signaling succeeds.

Raw digital audio can be large. Sending it without compression would waste bandwidth and create unnecessary strain on the network. That is where codecs come in.

A codec is a coder-decoder. It encodes audio before transmission and decodes it after reception. Some codecs favor quality. Others favor low bandwidth. Some are built to handle unstable networks better than others.

For VoIP, codec choice affects audio clarity, bandwidth usage, CPU load, compatibility, and resilience during packet loss.

Here are a few common codecs.

CodecTypical UseBandwidth ProfileAudio QualityNotes
G.711Office VoIP, PSTN-quality calls, LAN environmentsHigherVery clear narrowband voiceSimple and widely supported; uses more bandwidth than compressed codecs
G.729Low-bandwidth links, older enterprise VoIP systemsLowerGood but more compressedEfficient, but may require licensing in some environments and can sound thinner
OpusModern apps, softphones, video meetings, variable networksFlexibleVery good to excellentAdapts well to changing bandwidth and supports wideband audio
G.722HD voice on compatible phones and systemsModerateBetter clarity than narrowbandCommon for internal business calls where devices support it
iLBCNetworks with packet lossLower to moderateGood under rough conditionsDesigned with loss tolerance in mind

G.711 is often described as toll-quality voice. It sounds clean, but it consumes more bandwidth than highly compressed codecs. G.729 is more compact, which can help on constrained links. Opus is a favorite in many newer systems because it adapts well and can sound excellent.

There is no single “perfect” codec. A contact center with hundreds of simultaneous calls has different needs from a small office with a strong fiber connection. A remote worker on hotel Wi-Fi has different needs from a desk phone plugged into a managed switch.

Codec selection is one of those quiet engineering choices that users rarely notice until something sounds bad.

Step 3: The Audio Is Broken Into Packets

Once the voice has been digitized and encoded, it is split into packets.

Each voice packet contains a small chunk of audio, often 20 milliseconds. That is tiny. Fifty packets can represent about one second of speech.

Each packet also includes headers. These headers are not the voice itself; they are instructions and labels that help the network and receiving device handle the packet properly.

A typical VoIP media packet may include:

  • An IP header with source and destination IP addresses
  • A UDP header with source and destination ports
  • An RTP header with sequence numbers and timestamps
  • A payload containing the encoded voice audio

The sequence numbers help the receiver detect missing or out-of-order packets. The timestamps help preserve timing during playback.

This is where VoIP starts to feel very different from old phone lines. A normal conversation becomes a flood of tiny numbered parcels. The network does not “hear” your conversation. It sees packets.

Step 4: Signaling Sets Up the Call

Abstract SIP handshake nodes setting up a call session
SIP (and similar signaling) sets up and tears down sessions—media quality is a separate plane.

Before voice packets can flow, the call has to be set up. In most modern VoIP systems, that setup is handled by SIP.

SIP does several jobs. It locates the called party, checks whether the destination is available, negotiates session details, and starts the call. It can also handle call transfers, ringing, busy signals, redirects, and hangups.

A simplified SIP call might look like this:

  1. Your phone sends an INVITE message to start the call.
  2. The VoIP server or destination responds with status messages, such as Trying or Ringing.
  3. When the other party answers, the system sends an OK response.
  4. Your phone sends an ACK to confirm.
  5. RTP media begins flowing between the endpoints or through a media server.
  6. When the call ends, one side sends a BYE message.

The exact path depends on the system. In a cloud PBX, SIP messages may pass through a hosted provider. In an on-premises setup, they may pass through an IP-PBX such as Asterisk, FreePBX, or 3CX. In a Microsoft Teams Phone or Zoom Phone environment, signaling is handled inside the broader cloud calling platform.

SIP often works with SDP, or Session Description Protocol. SDP is the part that describes media details such as codec options, IP addresses, ports, and whether audio or video is part of the session.

So SIP says, “Let’s create a call.” SDP says, “Here is how the media should work.”

Small distinction, big impact.

Step 5: RTP Carries the Voice

Once the call is established, the actual voice usually travels using RTP. RTP is built for real-time media, such as voice and video.

Most RTP traffic runs over UDP rather than TCP. That can sound odd at first because TCP is the protocol people often associate with reliability. TCP checks delivery, resends missing data, and keeps packets in order.

For a file download, that is exactly what you want. Every byte matters.

For a phone call, late data is often useless. If a packet containing a tiny piece of your word arrives two seconds late, the conversation has already moved on. Resending it would not help. It would just create more delay.

So VoIP usually favors UDP because it is fast and lightweight. The call can tolerate a small amount of loss better than it can tolerate constant waiting.

That is a funny little contradiction: VoIP can sound better by not insisting on perfect delivery.

RTCP, or Real-Time Control Protocol, may also be used alongside RTP. RTCP helps monitor call quality by reporting metrics such as packet loss, jitter, and round-trip delay. Administrators can use that data to diagnose whether call problems are caused by the endpoint, local network, internet path, carrier, or PBX.

Step 6: The Receiving Device Rebuilds the Sound

At the far end, the receiving device collects incoming packets and prepares them for playback.

Here is the catch: packets do not always arrive at perfectly even intervals. One packet might take 30 milliseconds to arrive. The next might take 55. Another might show up early. Another might be missing altogether.

That variation in packet arrival time is called jitter.

To handle jitter, VoIP devices use a jitter buffer. The buffer briefly stores incoming packets before playing them. This gives the receiver time to reorder packets and smooth out uneven arrival times.

A jitter buffer is a tiny waiting room for voice packets.

Make it too small, and late packets get discarded. Make it too large, and the call gains noticeable delay. The goal is balance: enough buffering to smooth the audio, not so much that people start talking over each other.

After buffering, the codec decodes the voice payload. Then a digital-to-analog converter, or DAC, turns the digital audio back into an analog signal for the speaker or earpiece.

And now the other person hears you.

All of that happens quickly enough that a normal conversation still feels natural: assuming the network behaves.

The Core Components of a VoIP System

A VoIP phone system is not just one device. It is a collection of endpoints, servers, routing services, gateways, and network controls.

Here are the major pieces.

ComponentWhat It DoesCommon ExamplesWhy It Matters
EndpointStarts or receives callsIP phone, softphone, headset, conference phone, mobile appUser experience begins here; bad microphones and poor Wi-Fi can ruin good systems
IP-PBX or Cloud PBXRoutes and manages callsAsterisk, FreePBX, 3CX, RingCentral, Vonage, Zoom Phone, Teams PhoneHandles extensions, voicemail, menus, queues, transfers, policies, and call flows
SIP TrunkConnects a PBX to phone carriersBusiness SIP trunk providerLets VoIP systems call mobile phones and landlines through public numbers
VoIP GatewayBridges IP networks and legacy phone systemsAnalog gateways, PRI gateways, session border controllersUseful for hybrid systems, older devices, PSTN access, and carrier interconnection
SBCControls and secures VoIP traffic at network edgesSession border controller appliances or cloud SBCsHelps with security, NAT traversal, interoperability, and traffic policy
DNS and Number RoutingResolves domains, services, and numbersDNS records, ENUM-style lookup, carrier routing databasesHelps calls find the correct destination
NAT Traversal ToolsHelps media pass through routers and firewallsSTUN, TURN, ICECritical for remote users, mobile apps, and networks with private IP addressing
QoS ControlsGives voice traffic priorityDSCP markings, router queues, managed switchesProtects calls when the network is busy

Some businesses use a fully cloud-hosted setup. Others run their own PBX on-site. Many use a hybrid mix, especially if they have legacy phones, elevator lines, door entry systems, warehouses, contact centers, or special compliance needs.

A small company may only see an app and a monthly bill. Behind that, the provider is managing signaling, media handling, carrier access, redundancy, voicemail, emergency calling, number porting, and security controls.

VoIP feels simple because a lot of complexity has been hidden.

Why NAT and Firewalls Make VoIP Tricky

Here is one of the less glamorous parts of VoIP: routers and firewalls can make calls weird.

Most office and home networks use private IP addresses internally. A router translates those private addresses into a public address when traffic goes out to the internet. This process is called NAT, or Network Address Translation.

NAT works well for web browsing. Your laptop requests a web page, the server responds, and the router knows where to send the reply.

VoIP is fussier. SIP messages may advertise one IP address while the actual media needs to flow through another path. Firewalls may allow signaling but block RTP ports. A phone may ring, but there is no audio. Or one side can hear while the other hears silence.

That is why VoIP systems often use tools such as STUN, TURN, and ICE.

STUN helps a device discover its public-facing address. TURN can relay media when direct paths fail. ICE checks possible paths and chooses one that works.

You do not need to memorize all three, but the takeaway is useful: VoIP has to solve both call setup and media path problems. A call that connects is not always a call that can carry audio properly.

Call Quality: The Three Villains

Most VoIP quality complaints come down to three network issues: latency, jitter, and packet loss.

Latency is delay. It is the time it takes for your voice to reach the other party. Low latency feels natural. High latency makes people interrupt each other because each person is responding to old audio.

Jitter is variation in delay. Packets arrive unevenly, so the audio becomes choppy unless the jitter buffer can smooth it out.

Packet loss happens when packets never arrive. A little loss may be hidden by packet loss concealment, where the system guesses or fills small gaps. Too much loss creates clipped words, robotic sound, or silence.

Bandwidth matters too, but not always in the way people think. A single VoIP call does not usually need a huge amount of bandwidth. Depending on codec, packet size, headers, and overhead, a call might use roughly 80 to 100 kbps each way with G.711, or less with more compressed codecs.

The bigger issue is stability.

A 500 Mbps connection can still produce terrible calls if it has jitter, bufferbloat, Wi-Fi interference, poor routing, or overloaded equipment. Meanwhile, a modest connection can carry great calls if it is clean and well managed.

That is why business VoIP planning should pay attention to:

  • Wired Ethernet for key phones and call center seats
  • Strong Wi-Fi design for mobile softphones
  • QoS markings and router queues
  • Enough upload bandwidth, not just download speed
  • Good switches and cabling
  • Clean firewall rules
  • Monitoring for packet loss and jitter

You know what? This is where many VoIP projects succeed or stumble. The phone platform may be excellent, but if the local network is a junk drawer of old switches, weak Wi-Fi, and mystery cables, users will blame the phone system anyway.

And honestly, they will not be wrong. From their seat, the call sounds bad. That is the experience.

QoS: Giving Voice the Fast Lane

Quality of Service, or QoS, is a set of network controls that can prioritize voice traffic over less urgent traffic.

Picture an office where someone is uploading a huge video file while ten people are on customer calls. Without traffic management, the voice packets may get stuck behind bulky data transfers. The network treats every packet like it has the same urgency.

But voice does have urgency. It needs steady delivery.

QoS can mark voice packets, place them into priority queues, and reduce the chance that they sit behind large file transfers. On many business networks, this involves DSCP markings, VLANs, switch queues, and router policies.

QoS is most helpful on links that can become congested, especially WAN and internet uplinks. It cannot fix every problem across the public internet, and it will not repair a bad headset or a weak Wi-Fi signal. Still, inside a business network, it can make a real difference.

The plain-English version: QoS tells the network, “Handle voice first.”

VoIP Security: Not Optional, Not Terrifying

Because VoIP runs over IP networks, it faces many of the same security concerns as other internet-connected systems.

Attackers may try to steal SIP credentials, place fraudulent calls, scan exposed PBX systems, intercept unencrypted traffic, flood services, or impersonate users. Toll fraud can be especially painful because compromised phone systems can rack up charges quickly.

The main security tools include TLS and SRTP.

TLS can protect SIP signaling, helping keep call setup messages and credentials safer. SRTP can protect the media stream, reducing the risk of eavesdropping on voice traffic.

Other practical protections include strong passwords, multi-factor authentication for admin portals, IP restrictions, SBCs, regular patching, fraud limits, call permission rules, logging, and alerts for unusual call patterns.

For businesses, security is not only about secret conversations. It is also about cost control, uptime, brand trust, and compliance. A phone system is part of the company’s front door. People call it when they need help, want to buy, need support, or have a problem. Leaving it exposed is like leaving the reception desk unattended with the cash drawer open.

A bit dramatic? Maybe. But not by much.

Emergency Calling and Location: The Detail People Forget

Traditional landlines are tied to physical locations. Emergency services can often associate a landline number with a service address.

VoIP is more mobile. A user can take a desk phone home, sign into a softphone from a laptop, or answer business calls from a mobile app. That flexibility is useful, but it complicates emergency calling.

E911 services for VoIP need accurate location data. Businesses should make sure emergency addresses are assigned correctly and updated when users move. Larger organizations may need more detailed location handling for floors, suites, campuses, remote workers, and shared workspaces.

This is not the most exciting part of VoIP, but it is one of the most important. The system should not only connect calls when business is normal. It should behave correctly when things are not normal.

Reliability: Internet, Power, and Failover

VoIP depends on more moving parts than an old analog phone plugged into a wall jack.

You need working phones or apps. You need switches, routers, firewalls, modems, access points, DNS, and provider services. You also need power.

That may sound fragile, but modern VoIP can be very reliable when designed well. Cloud providers often run redundant systems across multiple data centers. Businesses can use backup internet links, LTE or 5G failover, UPS battery backups, Power over Ethernet switches, and call forwarding rules for outages.

The goal is not to pretend failures never happen. They happen. The goal is to decide what should happen when they do.

For example, if the office internet goes down, calls can be routed to mobile phones, another branch, an answering service, or a cloud voicemail system. If a desk phone loses power, a user may still be able to answer through a mobile app. If a SIP trunk fails, another route can carry outbound calls.

VoIP gives you more failure modes, yes. It also gives you more ways to recover.

Why Businesses Move to VoIP

Cost is often the first reason businesses consider VoIP. Traditional phone lines, long-distance charges, PBX maintenance, and carrier contracts can get expensive. VoIP often lowers those costs, especially for companies with multiple locations or remote workers.

But cost is only part of the story.

The bigger shift is that VoIP turns calling into software. Once the phone system becomes software, it can connect with the rest of the business.

That means features like:

  • Auto attendants and IVR menus
  • Call queues and ring groups
  • Voicemail-to-email
  • Call recording and analytics
  • Click-to-call from CRMs
  • Mobile and desktop apps
  • Presence and status indicators
  • Video meetings and messaging
  • Central administration across locations

A sales team can log calls in Salesforce or HubSpot. A support team can route calls by skill or customer type. A manager can review call volume and missed calls without pulling carrier reports. A remote worker can use the company number from a laptop at the kitchen table.

That is the real appeal. VoIP does not just replace the dial tone. It changes what the phone system can do.

A Simple Analogy: Postcards, Not One Long Letter

A traditional phone call is like sending one sealed letter through a dedicated courier route. The route is reserved, predictable, and fairly direct.

VoIP is more like writing that message across dozens of numbered postcards and sending them through a fast delivery network. Most postcards arrive quickly. A few may take a different route. One might arrive late. The receiver lines them up, fills tiny gaps when possible, and reads the message out loud as the cards arrive.

That is why VoIP can be fast and cost-effective, but also sensitive to road conditions. The “roads” are your internet connection, LAN, Wi-Fi, routers, switches, firewalls, and carrier paths.

Good roads, good call. Bad roads, bumpy call.

So, How Does VoIP Work in One Sentence?

VoIP captures your voice, converts it into digital audio, compresses it with a codec, breaks it into packets, uses signaling protocols like SIP to set up the call, sends the voice with RTP across an IP network, then buffers, decodes, and plays it back as sound on the other end.

That is the clean version.

The more practical version is this: VoIP works best when the phone platform, devices, network, security, and internet connection are all treated as one system. Not separate boxes. Not separate blame zones. One system.

Because users do not care whether the problem is codec mismatch, jitter, NAT, Wi-Fi roaming, firewall inspection, or an overloaded upload link. They care whether the call sounds good.

Fair enough.

Final Thoughts

VoIP is one of those technologies that feels simple at the surface and surprisingly layered underneath. You tap a contact, hear a ring, and start talking. Behind that small moment, your voice is being sampled, encoded, packetized, routed, prioritized, protected, decoded, and played back almost instantly.

For businesses, VoIP offers a strong mix of savings, mobility, and useful features. It makes phone systems easier to scale, easier to connect with software, and easier to support across offices and remote teams.

Still, the basics matter. A great VoIP platform cannot fully overcome poor internet, weak Wi-Fi, bad cabling, underpowered routers, missing QoS, sloppy firewall rules, or ignored emergency-location settings.

Get the foundation right, and VoIP feels natural. It just works. Get the foundation wrong, and every call becomes a tiny reminder that voice may be digital now, but people still expect it to feel human.

For a deeper look, see our guide on VoIP advice blog.

For a deeper look, see our guide on Expanding & Scaling a VoIP Phone.

For a deeper look, see our guide on Requirements for Business VoIP Phone Service.

For a deeper look, see our guide on How Reliable is a VoIP Phone.

For a deeper look, see our guide on Essential Features of a Business VoIP.

For a deeper look, see our guide on VoIP Phone System for Business Comparison.

For a deeper look, see our guide on Benefits of a Business VoIP Phone System.

Explore more calculators in our VoIP planning tools.

Estimate analog-line cutover with our POTS replacement calculator.

Check network readiness with our VoIP bandwidth calculator.

VoIP adoption snapshot

Abstract voice packets traveling through IP network cloud tunnel
VoIP quality depends on codec choice, jitter control, and LAN/WAN capacity, not just the app.

Packetized voice is now the default for business fixed lines: business interconnected VoIP grew about 4.1% year over year to 44.0 million subscriptions as of June 2025, while switched business lines continue to decline (FCC). Understanding codecs, jitter, and QoS still matters because shared LAN/WAN links, not the PBX closet: determine whether calls sound professional.

Validate before porting

In a VoIP-first market, “how it works” is still the fastest path to better buying: if you cannot separate signaling, media, and network, every quality ticket becomes a vendor blame loop.

Signals that make the packet model operational

  • FCC VoIP-first baseline: ~83.6% of business fixed voice is interconnected VoIP (June 2025)—packet voice is the production phone system for most U.S. businesses.
  • OTT +9.3% YoY: App-first calling can work early; still plan for admin, e911, and dial-plan depth when you outgrow shared inboxes.
  • UCaaS packaging: $23.0B market (+6.1% in 2025)—seats hide SIP/media complexity until WAN or NAT breaks a call.
  • Hybrid endpoints: Gallup ~52% hybrid—home Wi-Fi contention turns “codec theory” into day-two tickets.

Best practices when you evaluate or troubleshoot

  • Separate signaling failures from media failures in every ticket (registered but silent vs cannot register).
  • Prove upload headroom and QoS for concurrent calls before blaming the provider.
  • Document NAT/firewall allowances for softphones and SBCs.
  • Treat codecs as a design choice (bandwidth vs quality) with a named owner.
  • Keep copper/POTS life-safety on a parallel track when desk voice moves to IP.

Buyers who understand packets and SIP negotiate clearer SLAs. Buyers who only learn feature names usually discover the network path on cutover day.

What the latest data shows

How VoIP works has not changed: packet timing still decides quality: but the market default for business fixed voice is now IP.

Verified signals

  • Business interconnected VoIP: 44.0 million subscriptions (+4.1% YoY) as of June 2025 (FCC).
  • Plan roughly 80-100 kbps per concurrent G.711 call each way, plus headroom for CRM and background traffic.
  • Wi-Fi contention remains a top root cause of jitter; wired Ethernet or QoS still beats “faster ISP” alone.

What to do with this

  • Run the VoIP speed test before porting.
  • Validate concurrent paths, not seat count, against WAN capacity.

Frequently Asked Questions

What does VoIP stand for?

Voice over Internet Protocol: the method of transmitting phone calls as digital packets over IP networks instead of dedicated analog circuits.

How is VoIP different from a traditional landline?

Landlines use circuit-switched copper paths with dedicated capacity per call. VoIP packetizes voice and shares bandwidth with other data, which improves flexibility but requires network quality management.

What bandwidth does VoIP need?

A single G.711 call typically needs about 87-100 Kbps upstream and downstream including overhead; compressed codecs like G.729 use less. Plan headroom for concurrent calls and background traffic.

Why does VoIP quality degrade on Wi-Fi?

Wi-Fi adds jitter, packet loss, and contention with other devices. Wired Ethernet or prioritized QoS on routers usually produces more stable MOS scores than crowded wireless.

Can VoIP replace PSTN for every business?

Most office use cases yes, but fax, some alarm circuits, elevator phones, and rural uptime requirements may still need POTS or hybrid designs until fully validated.

For a deeper look, see our guide on telecom audit before renewal.

For a deeper look, see our guide on virtual phone service pros and cons.