[asterisk-users] g729 codec in Athlon 64 x2 Dual core processor 4000 + CENTOS 5 + Asterisk 1.4
Tony Plack
Tony at plack.net
Mon Nov 26 15:28:11 CST 2007
>> I've already download the folowing files for testing
>>
>> codec_g729-ast14-gcc4-glibc-athlon-sse.so
>> codec_g729-ast14-gcc4-glibc-core2.so
>> codec_g729-ast14-icc-glibc-x86_64-core2.so
>>
>> But... no one of them seems to be working
core2 is for Intel Core2 processors, not for AMD.
check to make sure the module is loaded with:
module show like codec_g729
If not, in CLI do the following
core set verbose 20
module load codec_g729-ast14-gcc4-glibc-athlon-sse.so
and see what it says.
Post the results if you are not sure.
More information about the asterisk-users
mailing list