telephony
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.
Latency is the delay between when someone speaks and when the other person hears it. On a phone call, audio has to travel from your device, across the network, and to the far end, and every hop along the way adds a little time. We measure it in milliseconds. A small amount is invisible; too much and conversations turn awkward, with people talking over each other because the gap throws off the natural rhythm of speech.
In a VoIP call the audio packets ride on RTP, and latency is mostly a function of distance and network congestion between the agent, the server, and the carrier. Under about 150 milliseconds one way, most people never notice. Past roughly 300 milliseconds, the delay becomes a real drag on the conversation and agents start interrupting callers without meaning to.
Latency is not the same as its two close relatives. Jitter is the variation in delay from packet to packet, and Packet loss is packets that never arrive at all. All three drag down the MOS (mean opinion score), the overall score people use to grade call quality. When agents complain about laggy or talk-over calls, latency is usually the culprit, and the fix is almost always about the network path — moving the server closer to agents, or clearing congestion — rather than anything inside VICIdial.
Related terms
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.
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.