[Freeswitch-users] ATTENTION: Codec Module Changes applies to EVERYONE!
Brian West
brian.west at mac.com
Mon Feb 18 17:08:15 PST 2008
FreeSWITCHers,
Today we removed mod_g711, mod_g722, mod_g726, mod_gsm and mod_l16,
g711 and l16 were moved into the core but still use the loadable
module interface because
without these two you can't do anything.
We now have mod_voipcodecs which covers G722, G726, GSM, IMA_ADPCM and
LPC10.
Changes would need to be made to your config files that are currently
installed.
1. modules.conf in your source directory will need these changes:
Remove:
codecs/mod_l16
codecs/mod_gsm
codecs/mod_g722
codecs/mod_g711
codecs/mod_g726
Add:
codecs/mod_voipcodecs
2. modules.conf.xml in your prefix/conf/autoload_configs will need to
be changed also:
Remove:
<load module="mod_l16"/>
<load module="mod_gsm"/>
<load module="mod_g722"/>
<load module="mod_g711"/>
<load module="mod_g726"/>
Add:
<load module="mod_voipcodecs"/>
With this change we have gained working LPC10 @ 90ms and DVI4
(IMA_ADPCM) at 8k and 16k.
Thanks,
Brian West
FreeSWITCH.org
PS: please do not reply ALL to this email ;)
More information about the FreeSWITCH-users
mailing list