getCodecs('audio', true); $video_codecs = $this->getCodecs('video', true); $sccp_disallow_def = $this->sccpvalues['disallow']['data']; $sys_disallow_def = $this->sccpvalues['disallow']['systemdefault']; if (empty($sccp_disallow_def)) { $sccp_disallow_def = $sys_disallow_def; } ?>

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"),"Helpful information",true) ?>
'; foreach ($audio_codecs as $codec => $codec_state) { $codec_trans = _($codec); $codec_checked = $codec_state ? 'checked' : ''; echo '
  • ' . 'move ' . '' . '  
  • \n"; } echo ''; ?>

    '; foreach ($video_codecs as $codec => $codec_state) { $codec_trans = _($codec); $codec_checked = $codec_state ? 'checked' : ''; echo '
  • ' . 'move ' . '' . '  
  • \n"; } echo ''; ?>