Order can be changed by dragging and dropping to indicate priority. This priority applies for all extensions
Higher priority enabled codecs are at the top
Precedence for ulaw and alaw, if used, should be set according to your region
If your region uses alaw, it is important that alaw has the highest priority
To return to chan-sccp defaults, uncheck ALL codecs (both Audio and Video)."),"Helpful information",true) ?>
';
foreach ($audio_codecs as $codec => $codec_state) {
$codec_trans = _($codec);
$codec_checked = $codec_state ? 'checked' : '';
echo '
'
. '
'
. ''
. ' \n";
}
echo '';
?>