Charles Wang
2005-Mar-18 10:58 UTC
[Asterisk-Users] HELP: Dose G.729 with IPP only worked on Intel CPU?
Hi, ALL: I install IPP(l_ipp_ia32_itanium_p_4_1_2.tar) and download the speech codeing (l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff). My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. I choose PIII as its CPU type when I modify Makefile under "G729-float". # For PIII OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math -fomit-frame-pointer IPPCORE=a6 I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/. Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it. Modified /etc/asterisk/sip.conf and add allow=g729. I worked my asterisk well before add G.729 codec. But after it, my asterisk crashed a few seconds after I run a startup command "/etc/init.d/asterisk start". Does anyone have the same problem? -- Best Regards Charles
Tim Pushor
2005-Mar-18 11:10 UTC
[Asterisk-Users] HELP: Dose G.729 with IPP only worked on Intel CPU?
Run asterisk manually with asterisk -cvvvvvv - you'll see the error. Most likely it is trying to do something that your CPU doens't. Compile the one for the P1 and see if it works. I got this compiled, and we installed it onto two pbx's and seems to work very well, at least for my intended purpose (bandwidth/capacity testing/planning). Thanks, Tim Charles Wang wrote:>Hi, ALL: > >I install IPP(l_ipp_ia32_itanium_p_4_1_2.tar) and download the speech codeing >(l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff). > >My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. > >I choose PIII as its CPU type when I modify Makefile under "G729-float". > ># For PIII >OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math -fomit-frame-pointer >IPPCORE=a6 > >I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/. >Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it. > >Modified /etc/asterisk/sip.conf and add allow=g729. > >I worked my asterisk well before add G.729 codec. But after it, my asterisk >crashed a few seconds after I run a startup command >"/etc/init.d/asterisk start". > >Does anyone have the same problem? > > > > >
joachim
2005-Mar-18 11:11 UTC
[Asterisk-Users] HELP: Dose G.729 with IPP only worked on Intel CPU?
I know two solutions and the best one is: Buy a digium g729 license. Zoa. Charles Wang wrote:>Hi, ALL: > >I install IPP(l_ipp_ia32_itanium_p_4_1_2.tar) and download the speech codeing >(l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff). > >My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. > >I choose PIII as its CPU type when I modify Makefile under "G729-float". > ># For PIII >OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math -fomit-frame-pointer >IPPCORE=a6 > >I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/. >Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it. > >Modified /etc/asterisk/sip.conf and add allow=g729. > >I worked my asterisk well before add G.729 codec. But after it, my asterisk >crashed a few seconds after I run a startup command >"/etc/init.d/asterisk start". > >Does anyone have the same problem? > > > > >-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 254 bytes Desc: OpenPGP digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050318/c0479603/signature.pgp
Brian C. Fertig
2005-Mar-18 11:14 UTC
[Asterisk-Users] HELP: Dose G.729 with IPP only worked on Intel CPU?
yes it only works on INTEL. Good luck otherwise. I have tried.. .o-------------------------------------------------------o. Brian Fertig NOC/Network Engineer Planet Telecom, Inc. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Charles Wang Sent: Friday, 18 March, 2005 12:58 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] HELP: Dose G.729 with IPP only worked on Intel CPU? Hi, ALL: I install IPP(l_ipp_ia32_itanium_p_4_1_2.tar) and download the speech codeing (l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff). My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. I choose PIII as its CPU type when I modify Makefile under "G729-float". # For PIII OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math -fomit-frame-pointer IPPCORE=a6 I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/. Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it. Modified /etc/asterisk/sip.conf and add allow=g729. I worked my asterisk well before add G.729 codec. But after it, my asterisk crashed a few seconds after I run a startup command "/etc/init.d/asterisk start". Does anyone have the same problem? -- Best Regards Charles _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Possibly Parallel Threads
- HELP: Dose G.729 with IPP only worked on IntelCPU?
- * 1.8: cannot load g729 free codec (on 1.4 it worked!)
- Have anyone successfully install Daniel G729 test suite ? mine core dumped !!
- Out of G.729 Decoder Licenses!
- Re: [Asterisk-Dev] Free G.729 ready for download