MapleReceptionist

MapleReceptionist

MapleReceptionist Blog · August 28, 2026

How Much Internet Does a Hosted PBX Actually Need?

The honest answer surprises people: far less than they expect, and the number is easy to calculate. Call quality problems are almost never a bandwidth shortage. They are a queueing problem, and the fix is configuration rather than a bigger connection.

By Joel Gathercole, founder of Joel & Nanz Inc. (incorporated 2018) and MapleReceptionist (launched 2025). Building VoIP systems in Atlantic Canada since 2002.

The 60-second answer

One concurrent call uses about 87 kbit/s in each direction on the standard codec, or roughly 30 kbit/s compressed. A 25-extension office peaking at 8 simultaneous calls needs under 700 kbit/s. Bandwidth is almost never the problem. Jitter and queueing are, and the fix is prioritisation.

Do the arithmetic before you buy a bigger connection

Ask a vendor how much internet a hosted PBX needs and you will often get a vague upgrade recommendation. The real number is calculable from published standards, so calculate it.

The standard uncompressed voice encoding used across business telephony encodes audio at eight bits per sample and must always be transmitted as 8-bit samples [1]. At the usual 8,000 samples per second, that is 64,000 bits per second of audio payload. Every voice packet then carries a 12-byte RTP header [2], an 8-byte UDP header and a 20-byte IP header — 40 bytes of overhead. At the customary 20 milliseconds of audio per packet, that is 50 packets per second, so overhead adds 40 × 8 × 50 = 16,000 bits per second.

ComponentPer call, per direction
Audio payload (8 bits × 8,000/s)64 kbit/s
RTP + UDP + IP headers (40 bytes × 50/s)16 kbit/s
Total on the wire~80 kbit/s, ~87 kbit/s with Ethernet framing
Compressed codec equivalent~30 kbit/s
SIP signalling [5]Negligible — kilobytes per call, not per second

What that means for your office

The critical insight is that you size for concurrent calls, not extensions. In a typical business, simultaneous calls run at roughly a quarter to a third of extension count during busy periods, lower in trades and field services, higher in reception-heavy or sales operations.

ExtensionsTypical peak concurrentBandwidth each way (uncompressed)
103–4~350 kbit/s
256–8~700 kbit/s
5012–15~1.3 Mbit/s
10025–30~2.6 Mbit/s

A hundred-extension organisation needs under 3 Mbit/s of voice capacity in each direction. That is a rounding error on any modern business connection, and it is why “you'll need to upgrade your internet” should be met with a request for the arithmetic.

If bandwidth were the constraint, a 50-person office would need about 1.3 Mbit/s for voice. Almost nobody's phone problems are a capacity problem. They are a scheduling problem.

The thing that actually breaks calls

Voice is not a bulk transfer. It is a stream of small packets that must arrive at a steady cadence — one every 20 milliseconds — and be played out in order. RTP carries a sequence number and a timestamp on every packet precisely so that loss and timing variation can be detected [2].

Three things degrade that stream, and none of them is a lack of total bandwidth:

The usual cause of all three in a small office is a saturated upload. Business connections are frequently asymmetric, and a cloud backup, a large file upload, or a video meeting can fill the outbound queue. Voice packets queue behind that traffic and arrive late or not at all — while a speed test, which measures throughput over seconds, reports everything as fine.

The fix: prioritisation, not capacity

Every IP packet carries a field intended for exactly this purpose. The Differentiated Services field lets traffic be marked so that network equipment can apply different queueing treatment [3], and there is published guidance on how classes should be configured, including for telephony traffic that requires low loss, low latency and low jitter [4].

In practice, on a small-business network, this comes down to four changes:

  1. Mark voice traffic at the handset or PBX so it carries the expedited marking.
  2. Honour the marking on your router so that outbound voice jumps the queue ahead of bulk traffic. This is the step most often skipped, and it is the one that matters most.
  3. Set the outbound shaping rate slightly below your actual upload speed, so the queue that matters is the one your router controls rather than one inside your provider's equipment.
  4. Separate voice onto its own VLAN where practical. Network segmentation is part of the federal baseline controls for small and medium organizations [6], and it makes both prioritisation and diagnosis dramatically simpler.

None of these require a faster connection. All of them are configuration on equipment you already own.

What to check on your own connection first

Before any of the configuration above, establish two numbers that most businesses have never looked up.

The first is your actual upload speed, not your advertised download speed. Voice is symmetric — every call needs the same capacity in both directions — and asymmetric business connections routinely offer a tenth of their download figure going out. A connection sold as 500 down and 20 up has plenty of room for voice, but only if nothing else is using that 20.

The second is what else routinely saturates it. Nightly cloud backups, file sync clients, camera systems uploading footage, and off-site replication are the usual candidates, and they are frequently scheduled by someone who had no reason to consider the phones. Simply moving a backup window outside business hours resolves a surprising share of reported call-quality complaints at no cost.

Both numbers take ten minutes to obtain and they change the conversation from “we need faster internet” to “we need the camera uploads to stop competing with reception at 9am”.

A five-minute diagnostic

If calls are already breaking up, this sequence usually identifies the cause without specialist tools:

  1. Note exactly when the problem happens. If it clusters at particular times, you are looking for a scheduled job — backups, sync, updates.
  2. Make a test call while the network is quiet, then repeat it during a large upload. If only the second call is bad, it is queueing.
  3. Check whether the problem affects one handset or all of them. One handset points at a cable, a switch port, or that phone. All handsets point at the router or the link.
  4. Check whether inbound, outbound, or both directions are affected. One-way audio is usually a firewall or NAT issue, not a bandwidth one.
  5. Only after all of that, consider the connection itself.

When the connection genuinely is the problem

Be honest about the cases where hosted is the wrong architecture. A site with an unstable connection, high packet loss, or satellite-class latency will have poor hosted voice no matter how well it is configured, because the constraint is outside your building. Rural and semi-rural Canadian sites are the realistic examples. In those cases an on-premise system, or a hybrid keeping call control local while hosted handles remote staff, is the better engineering answer — and that decision belongs at a site visit rather than in a pricing table.

Bottom line

A concurrent call costs about 87 kbit/s each way, derivable directly from the published codec and transport standards [1][2]. Even at a hundred extensions the total is under 3 Mbit/s, so capacity is rarely the issue. What breaks calls is jitter and queueing, and the remedy is marking and prioritising voice traffic using mechanisms that have been standardised for decades [3][4]. Get that right on the equipment you already have before anyone sells you a bigger pipe.

Frequently asked questions

How much bandwidth does one voice call use?

On the standard uncompressed codec, roughly 87 kbit/s in each direction once packet headers are counted. The audio payload itself is 64 kbit/s — eight bits per sample at 8,000 samples per second — and the RTP, UDP and IP headers add about 16 kbit/s at the usual 50 packets per second. Compressed codecs cut this to around 30 kbit/s per direction.

How much internet do I need for a 25-person office?

Far less than the extension count suggests, because concurrency is what matters, not headcount. A 25-extension office typically peaks around 6 to 8 simultaneous calls, which is roughly 700 kbit/s in each direction. Any modern business connection has that many times over. The planning question is not capacity, it is what else is competing for the link.

Why does my audio break up when the connection tests fine?

Because a speed test measures throughput, not queueing behaviour. Voice needs its packets to arrive steadily, roughly every 20 milliseconds. A large upload, a cloud backup or a video call can fill the outbound queue, delaying voice packets enough to cause choppiness even though total bandwidth is nowhere near exhausted. The fix is prioritisation, not more bandwidth.

What is QoS and do I need it?

Quality of Service marks voice packets so network equipment gives them priority when a link is busy. The marking field is standardised, and there is published guidance on how telephony traffic should be classified. On a link with headroom you may never notice its absence. On any link that regularly saturates — which includes most small-business uploads — it is the single most effective change you can make.

Does a hosted PBX work over a residential or rural connection?

Often yes, if the connection is stable. Voice is undemanding in volume but intolerant of jitter and loss, so a slow but consistent connection outperforms a fast but erratic one. Satellite and some fixed wireless links introduce enough latency to be noticeable. If your connection is genuinely unreliable, an on-premise or hybrid design deserves serious consideration.

Should voice be on a separate network?

Separating voice traffic onto its own VLAN is standard practice and makes prioritisation and troubleshooting far simpler, and network segmentation is part of federal baseline guidance for small and medium organizations. It is not strictly required for a small office with a quiet network, but it is the difference between a phone system that degrades predictably and one that degrades mysteriously.

Sources cited in this article

  1. 1. IETF RFC 3551 — RTP Profile for Audio and Video Conferences with Minimal ControlSpecifies that PCMA and PCMU encode audio at eight bits per sample and must always be transmitted as 8-bit samples, with a standard 8,000 Hz clock rate.
    https://datatracker.ietf.org/doc/html/rfc3551
  2. 2. IETF RFC 3550 — RTP: A Transport Protocol for Real-Time ApplicationsDefines the 12-byte RTP header carried on every voice packet, and the sequence numbering and timestamping used to detect loss and jitter.
    https://datatracker.ietf.org/doc/html/rfc3550
  3. 3. IETF RFC 2474 — Definition of the Differentiated Services Field in the IPv4 and IPv6 HeadersDefines the DS field used to mark packets for differentiated queueing treatment — the mechanism behind voice prioritisation.
    https://datatracker.ietf.org/doc/html/rfc2474
  4. 4. IETF RFC 4594 — Configuration Guidelines for DiffServ Service ClassesInformational guidance on service class configuration, including treatment of telephony traffic requiring low loss, low latency and low jitter.
    https://datatracker.ietf.org/doc/html/rfc4594
  5. 5. IETF RFC 3261 — SIP: Session Initiation ProtocolThe signalling protocol, whose traffic is negligible in bandwidth terms compared with the media stream it establishes.
    https://datatracker.ietf.org/doc/html/rfc3261
  6. 6. Canadian Centre for Cyber Security — Baseline cyber security controls for small and medium organizationsFederal baseline guidance on network segmentation and device configuration, relevant to separating voice traffic from general network traffic.
    https://www.cyber.gc.ca/en/guidance/baseline-cyber-security-controls-small-and-medium-organizations

All sources verified 2026-08-28. If a link has changed or you would like to suggest a correction, email support@mapleworksuite.com.

Sized properly before cutover.

Hosted PBX from $99 CAD/month

Bilingual EN/FR. PIPEDA + PHIPA compliant. From $25 CAD/month. Month-to-month, no contract on Solo, Starter and Business tiers.

MapleReceptionist launched 2025 in Moncton, NB by Joel & Nanz Inc. (founded 2018).