In voice over IP (VoIP), a jitter buffer is a shared data area where voice packets can be collected, stored, and sent to the voice processor in evenly spaced intervals. Variations in packet arrival time, called jitter, can occur because of network congestion, timing drift, or route changes. The jitter buffer, which is located at the receiving end of the voice connection, intentionally delays the arriving packets so that the end user experiences a clear connection with very little sound distortion.
There are two kinds of jitter buffers, static and dynamic. A static jitter buffer is hardware-based and is configured by the manufacturer. A dynamic jitter buffer is software-based and can be configured by the network administrator to adapt to changes in the network's delay.
Ozeki VoIP SIP SDK contains dynamic jitter buffer technology. This technique is automatically used in the SDK, so you do not need and cannot turn it on or off, all your VoIP solutions will use this feature without any further method call or implementation.
From: http://www.voip-sip-sdk.com/p_372-voip-jitter-buffer-voip.html







