Configuring clear G.711 channels

When creating G.711 channels to implement DCE over IP transport, the application must configure the channel so that it is free from distortion to minimize the risk of poor playout by the decoder. The application accomplishes this by specifying the following G.711 channel settings:

The following example shows the proper jitter configuration for DCE transport:

ChannelParms.VoiceParms.JitterParms.size = sizeof( msp_FILTER_JITTER_PARMS );
ChannelParms.VoiceParms.JitterParms.depth = MSP_CONST_JITTER_DEPTH_MAX;
ChannelParms.VoiceParms.JitterParms.adapt_enabled = 0;