2

Do any of you have a preferred codec for VOIP traffic? I guess this is another case where the answer varies depending on use case, equipment, topology, etc...

I'm trying to find an optimal codec to use for remote users telecommuting at home into an asterisk system.

-M

Mike B
  • 11,871
  • 42
  • 107
  • 168

2 Answers2

4

If you have the bandwith (roughly 100 kbps per call), G711 should give you best call quality (and least CPU usage in case Asterisk is transcoding). Otherwise, G729 is a good choice. These two should be supported by most hard- and softphones. For more exotic codecs, check what your phones support.

Marie Fischer
  • 1,973
  • 1
  • 13
  • 13
  • In my experience g729 provides the best PLC algorithm when doing VoIP over the unreliable Internet. g711 call quality degrades rapidly with lost packets. iLBC is okay - but users can complain that voice sounds robotic. Just spend the money on g729 licenses if you don't want a support nightmare. – HTTP500 Dec 29 '09 at 17:55
2

I would suggest that you use g729. You will need to buy some licenses from Digium ($10 each, only need to buy enough to support expected concurrent calls). It is money well spent.

Cheers

HTTP500
  • 4,833
  • 4
  • 23
  • 31