Sangoma P-series (P370,P330) phones, no codec settings in EPM template

In the config of a Sangoma P370 or P330, if one generates it with EPM, there is a codec section, which favors ulaw. Not good :wink:

  <codecs>
    <codec id="PCMU" priority="255" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="PCMA" priority="13" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="G722" priority="11" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="G726-32" priority="7" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="G729" priority="4" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="L16" priority="2" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="L16-256" priority="1" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1"/>
    <codec id="opus" priority="6" packetization="20" jitter_min="0" jitter_max="0" jitter_target="0" enabled="1" complexity="10" samplerate="wb" use_vbr="1"/>
  </codecs>

Does this affect anything on a freePBX channel? Is it dominant? If yes, it would be great to have a codec setting in the EPM template for the Sangoma P-series phones, thanks!

The device will follow whatever codec priorities you set in Asterisk SIP Settings. If you need different codec settings for a specific extension, you can force a codec from the advanced tab for the extension.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.