Anton Tinchev
2003-Jul-19 22:18 UTC
[Asterisk-Users] Asterisk crashes when trying to load G.729 module.
Before few days i bought few g.729 licenses. When i try to load the codec, asterisk crahses. I tried with and without oh323 module, same result: -------------- Jul 20 07:06:49 WARNING[589851]: File codec_g729b.c, Line 413 (load_module): Unable to initialize va stuff: -1 -------------- Here the ldd result: -------------- atl@atilla:~$ ldd -v /usr/lib/asterisk/modules/codec_g729b.so libc.so.6 => /lib/libc.so.6 (0x40039000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) Version information: /usr/lib/asterisk/modules/codec_g729b.so: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libc.so.6: ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 ---------------
Jeremy McNamara
2003-Jul-20 09:36 UTC
[Asterisk-Users] Asterisk crashes when trying to load G.729 module.
You have to run a console with the G.729 due to the voice age library lameness. We run safe_asterisk with a TTY and it seems to be fine. Jeremy McNamara justin@vergeworks.com wrote:>Try launching asterisk like this: > >screen -d -m asterisk -vvvcn > >Aparently there is some bug in the codec. > >- Justin > > >On Sun, 20 Jul 2003, Anton Tinchev wrote: > > > >>Before few days i bought few g.729 licenses. >>When i try to load the codec, asterisk crahses. >>I tried with and without oh323 module, same result: >>-------------- >>Jul 20 07:06:49 WARNING[589851]: File codec_g729b.c, Line 413 (load_module): Unable to initialize va stuff: -1 >>-------------- >> >>Here the ldd result: >>-------------- >>atl@atilla:~$ ldd -v /usr/lib/asterisk/modules/codec_g729b.so >> libc.so.6 => /lib/libc.so.6 (0x40039000) >> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) >> >> Version information: >> /usr/lib/asterisk/modules/codec_g729b.so: >> libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 >> libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 >> libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 >> libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 >> /lib/libc.so.6: >> ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 >> ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 >> ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 >>--------------- >> >>_______________________________________________ >>Asterisk-Users mailing list >>Asterisk-Users@lists.digium.com >>http://lists.digium.com/mailman/listinfo/asterisk-users >> >> >> > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users > >
justin@vergeworks.com
2003-Jul-20 10:00 UTC
[Asterisk-Users] Asterisk crashes when trying to load G.729 module.
Try launching asterisk like this: screen -d -m asterisk -vvvcn Aparently there is some bug in the codec. - Justin On Sun, 20 Jul 2003, Anton Tinchev wrote:> Before few days i bought few g.729 licenses. > When i try to load the codec, asterisk crahses. > I tried with and without oh323 module, same result: > -------------- > Jul 20 07:06:49 WARNING[589851]: File codec_g729b.c, Line 413 (load_module): Unable to initialize va stuff: -1 > -------------- > > Here the ldd result: > -------------- > atl@atilla:~$ ldd -v /usr/lib/asterisk/modules/codec_g729b.so > libc.so.6 => /lib/libc.so.6 (0x40039000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > > Version information: > /usr/lib/asterisk/modules/codec_g729b.so: > libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 > libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 > libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 > libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 > /lib/libc.so.6: > ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 > ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 > ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 > --------------- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Matthew Hardeman
2003-Jul-20 15:28 UTC
[Asterisk-Users] Asterisk crashes when trying to load G.729 module.
This is generally indicates a problem with the licensing process (which is severely flawed and full of bugs) on your server... Did you make it through the registration process OK? Matt Hardeman PaperSoft -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Anton Tinchev Sent: Sunday, July 20, 2003 12:18 AM To: asterisk-dev@lists.digium.com; asterisk-users@lists.digium.com; support@digium.com Subject: [Asterisk-Users] Asterisk crashes when trying to load G.729 module. Before few days i bought few g.729 licenses. When i try to load the codec, asterisk crahses. I tried with and without oh323 module, same result: -------------- Jul 20 07:06:49 WARNING[589851]: File codec_g729b.c, Line 413 (load_module): Unable to initialize va stuff: -1 -------------- Here the ldd result: -------------- atl@atilla:~$ ldd -v /usr/lib/asterisk/modules/codec_g729b.so libc.so.6 => /lib/libc.so.6 (0x40039000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) Version information: /usr/lib/asterisk/modules/codec_g729b.so: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libc.so.6: ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 --------------- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Anton Tinchev
2003-Jul-20 15:48 UTC
[Asterisk-Users] Asterisk crashes when trying to load G.729 module.
Is it stable enought? I mean around 30-40 Incoming SIP connections. Or i must trash the cisco and put Asteriisk/Digium/speex box? Jeremy McNamara wrote:> You have to run a console with the G.729 due to the voice age library > lameness. We run safe_asterisk with a TTY and it seems to be fine. > > > Jeremy McNamara > > > > justin@vergeworks.com wrote: > > >>Try launching asterisk like this: >> >>screen -d -m asterisk -vvvcn >> >>Aparently there is some bug in the codec. >> >>- Justin >> >> >>On Sun, 20 Jul 2003, Anton Tinchev wrote: >> >> >> >> >>>Before few days i bought few g.729 licenses. >>>When i try to load the codec, asterisk crahses. >>>I tried with and without oh323 module, same result: >>>-------------- >>>Jul 20 07:06:49 WARNING[589851]: File codec_g729b.c, Line 413 (load_module): Unable to initialize va stuff: -1 >>>-------------- >>> >>>Here the ldd result: >>>-------------- >>>atl@atilla:~$ ldd -v /usr/lib/asterisk/modules/codec_g729b.so >>> libc.so.6 => /lib/libc.so.6 (0x40039000) >>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) >>> >>> Version information: >>> /usr/lib/asterisk/modules/codec_g729b.so: >>> libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 >>> libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 >>> libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 >>> libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 >>> /lib/libc.so.6: >>> ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 >>> ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 >>> ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 >>>--------------- >>> >>>_______________________________________________ >>>Asterisk-Users mailing list >>>Asterisk-Users@lists.digium.com >>>http://lists.digium.com/mailman/listinfo/asterisk-users >>> >>> >>> >> >>_______________________________________________ >>Asterisk-Users mailing list >>Asterisk-Users@lists.digium.com >>http://lists.digium.com/mailman/listinfo/asterisk-users >> >> > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Martin Pycko
2003-Jul-21 09:59 UTC
[Asterisk-Users] Asterisk crashes when trying to load G.729 module.
Try to install the new codec code that is available in ftp://ftp.digium.com/pub/telephony/asterisk/g729/new_codec_binary/codec_g729b.so place it in /usr/lib/asterisk/modules and restart asterisk (or try to start it). There is also a new command available "g.729 show license usage" and a few fixes to the code. Write back about the results. regards Martin On Sun, 20 Jul 2003, Anton Tinchev wrote:> Before few days i bought few g.729 licenses. > When i try to load the codec, asterisk crahses. > I tried with and without oh323 module, same result: > -------------- > Jul 20 07:06:49 WARNING[589851]: File codec_g729b.c, Line 413 (load_module): Unable to initialize va stuff: -1 > -------------- > > Here the ldd result: > -------------- > atl@atilla:~$ ldd -v /usr/lib/asterisk/modules/codec_g729b.so > libc.so.6 => /lib/libc.so.6 (0x40039000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > > Version information: > /usr/lib/asterisk/modules/codec_g729b.so: > libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 > libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 > libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 > libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 > /lib/libc.so.6: > ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 > ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 > ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 > --------------- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >