Page 1 of 1

Codec g729

PostPosted: Sun Nov 25, 2012 8:49 am
by h1828
Hi

i hv
CPU:-Corei 3 m330 2.13ghz
RAM:-4GB
asterisk:-1.4.27

I want to download codec g729 in asterisk plz tell me which g729 codec is suitable for this cpu.

Re: Codec g729

PostPosted: Sun Nov 25, 2012 1:46 pm
by williamconley
1) Welcome to the party! 8-)

2) when you post, please post your entire configuration including (but not limited to) your installation method and vicidial version with build.

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "from scratch" you must post your operating system and should also post the .iso version from which you installed your original operating system. If your installation is "Hosted" list the site name of the host.

If this is a "Cloud" or "Virtual" server, please note the technology involved along with the version of that techology (ie: VMware Server Version 2.0.2). If it is not, merely stating the Motherboard model # and CPU would be helpful.

Similar to This:

Vicibox X.X from .iso | Vicidial X.X.X-XXX Build XXXXXX-XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel DG35EC | Core2Quad Q6600

3) This question pertains to "Asterisk" and not to "Vicidial". As such I highly recommend you check on Asterisk forums (which have a significantly higher user registration).

4) As g729 is not Free ... you SHOULD be asking this question to the people from whom you purchased your g729 license. We ordinarily charge $99 to install g729 which includes determining the proper binary and installation. But for the proper binary, you need to know 64 bit vs 32 bit among other things. When in doubt: Download them all and try them one at a time until one "works". Or read the documentation from the provider (this is ordinarily how we do it, as providers do have documentation and build their own binaries ... and they can vary widely!).

Re: Codec g729

PostPosted: Sun Nov 25, 2012 9:14 pm
by boybawang
h1828 wrote:Hi

i hv
CPU:-Corei 3 m330 2.13ghz
RAM:-4GB
asterisk:-1.4.27

I want to download codec g729 in asterisk plz tell me which g729 codec is suitable for this cpu.



64 bit http://asterisk.hosting.lv/bin/codec_g7 ... 4-core2.so
32 bit http://asterisk.hosting.lv/bin/codec_g7 ... c-core2.so

1. Do a cat /proc/cpuinfo on your linux command line
2. Go to asterisk.hosting.lv and select the codec that suits your cpu info, take note that core2duo and core2quad g729 versions are the same as the xeon , so if incase you have a xeon processor you can download the core2duo module build of g729
3. That is for testing purposes only, you can go to digium and find a retailer to purchase g729 channels

to install:

go to /usr/lib/asterisk/modules/

download the preferred g729 codec via wget

then do a: chmod +x the g729 codec

then go to the asterisk command line: asterisk -r

then do a: restart now

after do a: asterisk -r

then on the asterisk command line: show translation

you will see a value on g729 if your codec installation is successful