How to install "non-commercial license" g729 & g723 codec in Trixbox CE versions 2.6.1.10-13

kevern
Posts: 134
Member Since:
2008-08-16

This article will assist in installing the non-commercial "free" Intel licence for g729 and g723 codec on Trixbox CE.
Please note there is liability for commercial use of this codec, please refer to intel for licensing information.
Maybe another forum member might want to chime in on the legalities, I won't cover it here.
However, for those who want better codecs for private use, the following;

As always as a matter of precaution if you are using it for internal server testing use or intend to license the codec for commercial use it is strongly recommended to test this on a staged box and not a live one.

Login to Trixbox using Java SSH or puTTy or any command line interface.
cd /usr/lib/asterisk/modules
wget ftp://kldsecurity.com/codecs/codec_g729.so
wget ftp://kldsecurity.com/codecs/codec_g723.so

Make sure you can restart asterisk without affecting any live calls.
amportal restart

Login to Trixbox using Java SSH or puTTy or any command line interface.
asterisk -rv
"show translation"
Make sure there are numbers against g729 and g723 rows and columbs and not "-"'s.
g729 and g723 codecs are now installed.

Append &&g729&&g723 to extension allow option for extensions before use.
And ensure your softphones, phones and devices support g729 and g723 codecs.
Translation to FXS extensions seem to work O.K.

If this does not work for you simply delete the codec_g729.so and codec_g723.so files from the /usr/lib/asterisk/modules directory and amportal restart.

This has been sucessfully tested on Intel i686 plaform for Trixbox CE versions 2.6.1.10-13.



SkykingOH
Posts: 9677
Member Since:
2007-12-17
Kevern, I am not sure this

Kevern,

I am not sure this is a great idea to post instructions on these CODEC's without a stronger warning that using them is stealing unless it is an academic or non-commercial application. I don't know about you but I make business calls from home.

Digium sell the legal CODEC's, they are very modestly priced and supporting digium supports the fine people who support and develop Asterisk.

One more point. Everyone has commit access to the wiki, that is where they belong. Messages get lost in the forum after awhile. Please also use the code and url tags when posting to the wiki to make you posts more readable.

--

Scott

aka "Skyking"



kevern
Posts: 134
Member Since:
2008-08-16
You are right on all counts,

You are right on all counts, the last point refers to the input formats when creating content as well as initial genere titles on creation?



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.