Back to blog Executive briefing
VoIP 2 September 2026 10 min read

Business VoIP: Real Costs, Network Requirements, and a Rollout Checklist

How VoIP actually works, the network quality it really needs, a full cost breakdown, an eight-point rollout checklist, E911 obligations, and how to diagnose call quality problems.

100 kbps
the bandwidth one concurrent call actually consumes, in each direction
< 1%
the packet loss threshold past which voice becomes audibly choppy
$15-40
per user per month for business VoIP in the US
Share

VoIP is no longer a technology choice. With carriers retiring copper toward the end of the decade, it has become the default infrastructure for business telephony in the US. The useful question is no longer whether to move, but what to check so that it works well.

That is where projects diverge. A successful VoIP rollout is invisible: people make calls, it works, the bill goes down. A failed one produces three months of “the audio keeps cutting out” blamed on the technology, when the cause is almost always a misconfigured router or a connection shared with nightly backups.

This guide covers how it really works, the network prerequisites in numbers, the full cost breakdown, the rollout checklist, the E911 obligations, and how to diagnose quality problems.

100 kbpsper concurrent call, in each direction
< 1%packet loss, the threshold where voice starts to break
$15-40per user per month in the US

How it works, in one page

VoIP splits speech into digital packets and carries them over the IP network like any other data. Three building blocks explain everything else:

  • SIP is the signaling protocol. It sets up the call, handles ringing, transfer, hold and hangup. It is what “picks up the phone.”
  • RTP carries the audio itself once the call is established. It often flows directly between the two endpoints, which is why quality depends so heavily on the local network.
  • The codec compresses voice on the way out and rebuilds it on arrival. G.711, uncompressed, gives the best quality at roughly 100 kbps per call once network overhead is counted. Compressed codecs such as G.729 drop toward 30-40 kbps at a small cost in naturalness.

Network requirements, in numbers

This is the part projects skip, and the part that decides success.

Bandwidth needed

Concurrent callsUpstream bandwidth required (G.711)
5about 0.5 Mbps
10about 1 Mbps
25about 2.5 Mbps
50about 5 Mbps

Those numbers surprise people by how small they are. A 50-person company never has 50 concurrent calls: real concurrency usually lands between 15% and 30% of headcount. Bandwidth is almost never the limiting factor.

The three numbers that actually matter

MetricWhat it measuresAcceptableSymptom past it
LatencyOne-way end-to-end delay< 150 msTalking over each other, walkie-talkie feel
JitterIrregular packet arrival< 30 msMetallic voice, warped syllables
Packet lossPackets that never arrive< 1%Choppy audio, missing words

The difference between a “fast” connection and a “good for voice” connection lives entirely in those three rows. A 1 Gbps fiber shared without prioritization with nightly backups and video calls can produce jitter where a smaller, well-configured circuit produces none.

The three settings that fix 90% of problems

  1. Prioritize voice traffic (QoS) on the router: tag voice packets and give them priority over everything else. This is the highest-return setting in the project.
  2. Wire the desk phones. Wi-Fi works, but it is the first suspect in any quality problem. For mobile softphone users, provision properly sized access points.
  3. Separate voice into its own VLAN once you pass roughly twenty seats. That isolates voice from the bursts of ordinary office traffic.

Real cost, line by line

The advertised per-user price is only part of the bill. Here is the full breakdown to ask for in a quote.

Line itemOrder of magnitudeThe catch
Per-user subscription$15-40 per monthCheck what counts as a “user”: a person, a seat, or a concurrent line
UsageUsually unlimited domesticInternational and toll-free inbound are billed separately
Extra numbers$1-5 per DID per monthCharged past the first, multiply by your DID count
Activation$0 to a few hundred dollarsSometimes per user, sometimes flat
Desk phones$60-250 per phone, purchasedOptional: softphones cover most users
Analog adapters (ATA)$40-150 per deviceNeeded for retained fax, gate, alarm
Number portingUsually freeConfirm it is, and confirm the timeline
Regulatory fees and surchargesVariesAsk for an all-in monthly figure, not the headline rate

The right reflex when comparing quotes: ask for total cost over 36 months, everything included, rather than the monthly per-user price.

Compared with a legacy installation — line charges, PBX maintenance, metered usage, hardware refresh every seven to ten years — moving to VoIP lowers the recurring cost in the large majority of cases, with flexibility on top.

The eight-point rollout checklist

01

Inventory numbers and devices

3-5 days

Every number, including unused ones, and everything plugged into a phone jack: fax, card terminal, elevator, alarm, gate, postage meter. The most rushed step and the source of every bad surprise.

02

Qualify the network at each site

2-3 days

Upstream bandwidth at peak, latency, jitter, packet loss. A full-day test beats a single reading at 2 pm on a Tuesday.

03

Size concurrency

1 day

How many simultaneous calls at peak? Look at your current system’s history rather than estimating. Most companies over-provision by a factor of three.

04

Write the routing plan

2-3 days

Groups, hours including holidays, overflow, exit paths. Do not copy the old one — this is the only moment you will get to simplify it. Detail in our business phone system guide.

05

Configure the network

1-2 days

Voice prioritization, voice VLAN if relevant, SIP ALG disabled, required flows opened. Do this before testing, or you will diagnose the wrong problem.

06

Register E911 locations

1 day

Direct 911 dialing with no prefix, on-site notification when 911 is dialed, and a dispatchable location per site and per floor. Kari’s Law and RAY BAUM’S Act make this mandatory, not optional.

07

Port, then test path by path

1-4 days, longer if complex

Submit the LOA with a recent bill or CSR. Test every routing branch with someone who did not design it, including night, weekend and holiday scenarios by forcing the date.

08

Cut over and watch for two weeks

2 weeks

Open a dedicated feedback channel. Routing defects surface in use. Re-read the call analytics at day 15: they show what nobody reports.

Diagnosing a quality problem

When “the audio keeps cutting out,” the reflex is to call the provider. In practice the cause is almost always local. Here is the symptom-to-cause table.

SymptomMost likely causeWhat to check
Choppy audio, missing wordsPacket lossNo voice prioritization, saturated Wi-Fi, congested link
Metallic or robotic voiceHigh jitterUnprioritized competing traffic, undersized VPN
Talking over each otherHigh latencyUnusual network routing, VPN taking a detour
EchoLocal audio loopHeadset or speakerphone, volume too high, mis-set handset
One-way audioMedia stream blockedFirewall, NAT misconfiguration, SIP ALG enabled
Calls always drop at the same durationSession timeout too shortRouter settings, NAT table timers

Security and compliance

VoIP inherits the risks of the internet. Three measures cover the essentials, in this order of importance.

1. Cap outbound calling. This is the priority. Toll fraud means compromising an account to place mass calls to premium-rate destinations, typically overnight or over a weekend so nobody notices before Monday. Set three caps on day one: an allow-list of permitted international destinations, a maximum number of calls per hour per account, and a spend alert.

2. Encrypt. SIP over TLS for signaling, SRTP for media. Standard among serious providers, but not always on by default — ask explicitly.

3. Unique credentials per account. Never a shared password across handsets, never a generic account. A compromised extension must be disconnectable without cutting off the company.

On the regulatory side, two items deserve attention. E911: Kari’s Law requires direct 911 dialing without a prefix and an on-site notification when 911 is called; RAY BAUM’S Act requires a dispatchable location to be transmitted. Because VoIP numbers are tied to a registered address rather than a detected position, those registrations must be maintained. And call recording: consent requirements vary by state — some require only one party’s consent, others require all parties’ — so announce recording and set a justified retention period.

The five most costly mistakes

  1. Migrating without qualifying the network. You will find the problem in production, under pressure, and it will be blamed on VoIP.
  2. Leaving SIP ALG enabled. The feature meant to help breaks signaling on a large share of consumer routers.
  3. Forgetting outbound caps. Uncapped toll fraud runs into thousands of dollars over a single weekend.
  4. Copying the old routing plan. You inherit the flaws of an organization that no longer exists.
  5. Ignoring analog devices. Elevators and alarms do not report their own failure — the detail is in our guide to POTS line retirement.

What to take away

VoIP is a mature technology: the problems attributed to it are, overwhelmingly, local network and configuration problems. Three settings — voice prioritization, wired desk phones, SIP ALG disabled — eliminate most quality incidents.

The rest of the project is inventory and decisions: which numbers, which devices, which routing plan. The technical part settles in days.

And if your primary use is high-volume outbound rather than inbound, the selection criteria change entirely — dialing, caller ID management, CRM integration. We covered those in the sales prospecting tools guide.

Charles Baldet

Author

Charles Baldet

CEO & Co-Founder, Skipcall

Charles is the CEO and co-founder of Skipcall. A sales commando with over 10 years of experience in B2B SaaS and complex strategic accounts, he has closed major deals with Stellantis, SNCF, RATP and Natixis. A specialist in the PUCCKA and MEDDIC methodologies, Charles regularly teaches sales at HEC's incubator and the Sorbonne. He was ranked among Les Echos' top 10 business angels under 35 in 2020. He also co-founded Getalead (B2B sales agency) and Getlab (SalesTech studio).

FAQ

Frequently asked questions

VoIP breaks speech into digital packets carried over the internet like any other data. Two protocols split the work: SIP handles signaling — setting up, transferring and ending the call — and RTP carries the audio itself. A codec compresses the voice on the way out and reconstructs it on arrival. To the user, nothing differs from a traditional phone: you dial, it rings, you talk.
Less bandwidth than people assume, but far more consistency. One concurrent call uses roughly 100 kbps in each direction with an uncompressed codec, so ten simultaneous calls fit in 1 Mbps of upstream. What actually matters is three numbers: latency under 150 ms, jitter under 30 ms, and packet loss under 1%. A properly sized connection with voice traffic prioritized settles the question.
In the US, budget $15 to $40 per user per month depending on features: around $15 for a complete system with unlimited domestic calling, $20 to $30 once you add CRM integrations and analytics, above $30 for contact center capability. Extra direct numbers and, one time, desk phones and analog adapters sit on top.
The call in progress drops, but continuity is actually easier to guarantee than with an on-premise system. Inbound calls can fail over automatically to team mobiles or to another site, with no intervention. That is the opposite of a physical PBX: when the equipment room goes down, the company's phone service goes with it and there is no fallback.
Configured properly, yes. Three measures cover the essentials: encrypt signaling and media (SIP over TLS and SRTP), use strong credentials unique to each account, and cap outbound calling by international destination, by hourly volume, and by spend. That last one matters most: toll fraud means compromising an account to place mass calls to premium-rate destinations, typically overnight or over a weekend.
Two federal rules apply. Kari's Law requires multi-line telephone systems to allow direct 911 dialing without a prefix, and to send a notification to an on-site point of contact when 911 is dialed. The RAY BAUM'S Act requires that a dispatchable location — street address plus room or floor detail — be conveyed with the call. Because a VoIP number is tied to a registered address rather than a detected position, keep those registered locations current, especially for staff who move between sites.

Ready to multiply your productivity?

Join the sales teams that have transformed their prospecting.

Request a demo

Personalized demo • No commitment