I tried more but i am unable to install codec g729 on asterisk server.
the uname -i return x86_64
the model name : Intel(R) Xeon(R) CPU E3-1271 v3 @ 3.60GHz
Asterisk version 13.1
Use following steps to install g729 codec:
[root@localhost ~]#cd /usr/src
[root@localhost src]#wget http://asterisk.hosting.lv/bin/codec_g729-ast18-gcc4-glibc-pentium4.so
[root@localhost src]#cp codec_g729-ast18-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g729.so
[root@localhost src]#chmod +x /usr/lib/asterisk/modules/codec_g729.so
[root@localhost src]#asterisk -rx "module load codec_g729.so"
[root@localhost src]#service asterisk restart