Page 1 of 1

G729

PostPosted: Sat Jul 26, 2008 1:06 pm
by krsnanz
how do we install open source g729 codecs in asterisk and vicidial. And from where do we have to download them from. Someone pls help.

PostPosted: Sat Jul 26, 2008 11:42 pm
by Op3r
I dont think we support that here.

You can always purchase the g729 license directly from digium itself. It comes with professional support. It will also benefit the asterisk community if you do that as it will give money to the company to continue releasing Asterisk as an Open source project.

PostPosted: Sat Jul 26, 2008 11:44 pm
by richo2007
As always, I recommend you to by the required licences, but for testing purposes you can try the following. Download the required so files, based on your platform, eg:

wget http://asterisk.hosting.lv/bin12/codec_ ... entium4.so
cp codec_g723-ast12-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g723.so
chmod +x /usr/lib/asterisk/modules/codec_g723.so

wget http://asterisk.hosting.lv/bin12/codec_ ... entium4.so
cp codec_g729-ast12-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g729.so
chmod +x /usr/lib/asterisk/modules/codec_g729.so

stop asterisk (from CLI: stop now)

and restart it by running:
/usr/share/astguiclient/start_asterisk_boot.pl

Check whether the codecs where loaded from asterisk CLI:
> show translation

Please port your results.

g729 license

PostPosted: Sun Jul 27, 2008 1:18 am
by krsnanz
Thks for the post. How do i buy license from digium, i am from india. Do I need a credit card what is the procedure. Pls explain

Re: G729

PostPosted: Sun Jul 27, 2008 2:19 pm
by codehaxor
krsnanz wrote:how do we install open source g729 codecs in asterisk and vicidial. And from where do we have to download them from. Someone pls help.


http://asterisk.hosting.lv

" DISCLAIMER: You might have to pay royalty fees to the G.729/723.1 patent holders for using their algorithm. "

do a cat /proc/cpuinfo to determine your CPU type for you to download the right g729 module for your server

then copy the .so file to your /usr/lib/asterisk/modules/ directory

then restart asterisk (basically kill the asterisk process and start it again, if you have trouble just basically restart your system)

if it doesnt work please refer to this:

http://asterisk.hosting.lv/#help

just the same as the real licensed g729 but a little more CPU than the licensed counterpart.

also beware that some consultants are using this free codec but let you pay the full license.

PostPosted: Sun Jul 27, 2008 3:46 pm
by Op3r
and we dont really support that here.

you are on your own if you use it.