I have downloaded the g729 codec from Digium and I read somewhere that I can test the quality of the voice communication without having to purchase a license. Can anyone tell me how to start using the codec without having to register it? I am using the vicidialnow installation and I have done the following:
1. Get the installation packages:
cd /root
wget http://downloads.digium.com/pub/telepho ... m4m.tar.gz
tar xzvf codec_g729a_v34_pentium4m.tar.gz
wget http://downloads.digium.com/pub/registe ... 2/register
2. Copy the codec to the right location:
cp /root/codec_g729a_v34_pentium4m/codec_g729a.so /usr/lib/asterisk/modules
3. Change the permissions:
chmod 500 /root/register
chown root.root /root/register
The last thing the instruction say to do is to open prot 443 (which I have done) and register the program. We want to hear the quality of a call before we commit. Is there a way to test this before we buy a license for each terminal?
Also, we are on a network with computers that are not going to be used for vicidial at all. Do I need to do anything special for my license not to assume some of these extra computers mac address of the ethernet cards?