carriers-sip
Jitter
Jitter is the uneven arrival timing of voice packets on a call, which can make audio sound choppy or robotic even when little data is actually lost.
Jitter is the variation in how evenly voice packets arrive during a call. In a healthy call, the little packets carrying audio show up at a steady, predictable rhythm. With jitter, they arrive bunched up and then spaced out, like footsteps that keep changing pace. Even if no packets are missing, that uneven timing can make speech sound choppy, garbled, or robotic.
Voice in a VoIP system travels in a constant stream using the Real-time Transport Protocol, or RTP. The receiving side expects each packet roughly on schedule so it can rebuild smooth audio. To absorb small timing wobbles, systems use a jitter buffer that holds packets briefly and releases them in order. A bigger buffer smooths more jitter but adds delay, so it trades against Latency. Tuning that balance is the heart of fixing jitter problems.
It is worth keeping jitter separate from two cousins. Jitter is about timing, Packet loss is about packets that never arrive, and latency is about the overall delay. All three drag down call quality, and they often show up together on a congested network. The combined effect on perceived quality is summarized by a single score, the MOS (mean opinion score), or Mean Opinion Score, where higher is better.
To reduce jitter, look at the network between your server and your agents or carrier. Wireless links, overloaded routers, and shared internet connections are common sources. Prioritizing voice traffic, using a wired connection, and picking an efficient Codec all help. When agents report warbly or stuttering audio but calls still connect, jitter is one of the first things to measure.
Related terms
Codec
The method that compresses and decompresses voice audio for a VoIP call, trading off between sound quality and how much network bandwidth each call uses.
Latency
Latency is the delay between speaking and being heard on a call — the time audio takes to travel across the network, measured in milliseconds.
MOS (mean opinion score)
MOS, or mean opinion score, is a one-to-five rating of call audio quality, where five is perfect and anything below about three sounds noticeably bad.
Packet loss
Packet loss happens when voice data packets fail to reach their destination, leaving gaps that sound like clipped words or robotic, broken audio.
RTP
Real-time Transport Protocol, the stream of small packets that carries the actual voice audio of a VoIP call between the two endpoints.
VoIP
Voice over Internet Protocol, the technology that sends phone calls as data packets over the internet instead of over traditional copper phone lines.