Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-23 Thread Tzafrir Cohen
On Wed, Dec 22, 2010 at 04:48:33PM +0100, Giorgio Incantalupo wrote:
 Hi all,

 thanks for answering.

 You all are right but I do not really need the codec because my phones  
 and my Voip lines are all working using g729. 

I assume you do not need it as you stated. In this case, configure your
VoIP lines not to use g729. Problem solved.

 Asterisk is working fine  
 without transcoding as well.the problem is my CLI is flooded with  
 messages like:
 WARNING[7831] translate.c: No translator path from alaw to unknown
 which are quite annoying...aren't they?

Asterisk is complaining because it *does* need a g729 codec.

 Should I pay to avoid a CLI message? 

Patching it out should be simple. But you'd still miss the audio.

 That doesn't sound fair to me.

As I just mentioned: you'd be missing some audio.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Joel Maslak
I'm going to guess you aren't going to get a lot of help on a list
hosted by Digium on how to use a potentially illegal codec...

That said, ast14 in the filename might signify what the problem is.
The APIs likely changed for modules between 1.4 and 1.8.

On Wed, Dec 22, 2010 at 7:58 AM, Giorgio Incantalupo
gincantal...@fgasoftware.com wrote:
 pbx18*CLI module load codec_g729-ast14-gcc4-glibc-pentium3.so
 Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
 Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module
 'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:852 load_resource: Module
 'codec_g729-ast14-gcc4-glibc-pentium3.so' could not be loaded.

 It worked on Asterisk 1.4, but not anymore on my Asterisk 1.8...why???
 :(

 Thank you

 Giorgio Incantalupo


 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread MrHanMan
I don't think a module compiled for Asterisk 1.4 will work with any
other Asterisk version.

On Wed, Dec 22, 2010 at 8:58 AM, Giorgio Incantalupo
gincantal...@fgasoftware.com wrote:
 pbx18*CLI module load codec_g729-ast14-gcc4-glibc-pentium3.so
 Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
 Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module
 'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:852 load_resource: Module
 'codec_g729-ast14-gcc4-glibc-pentium3.so' could not be loaded.

 It worked on Asterisk 1.4, but not anymore on my Asterisk 1.8...why???
 :(

 Thank you

 Giorgio Incantalupo


 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Bryant Zimmerman
To my knowledge there is currently no free version of the g729 codec. There 
were some spec builds but those were just for testing if I recall 
correctly.  Each version of the codec that we have always gotten has been 
compiled for each version of asterisk. I would just buy the Digium licenses 
for the codec and not mess with it. That way you are legal and have support 
if you need it.


 From: Joel Maslak jmas...@antelope.net
Sent: Wednesday, December 22, 2010 10:23 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it 
worked!)

I'm going to guess you aren't going to get a lot of help on a list
hosted by Digium on how to use a potentially illegal codec...

That said, ast14 in the filename might signify what the problem is.
The APIs likely changed for modules between 1.4 and 1.8.

On Wed, Dec 22, 2010 at 7:58 AM, Giorgio Incantalupo
gincantal...@fgasoftware.com wrote:
 pbx18*CLI module load codec_g729-ast14-gcc4-glibc-pentium3.so
 Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
 Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module
 'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license 
key.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:852 load_resource: Module
 'codec_g729-ast14-gcc4-glibc-pentium3.so' could not be loaded.

 It worked on Asterisk 1.4, but not anymore on my Asterisk 
1.8...why???
 :(

 Thank you

 Giorgio Incantalupo


 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Giorgio Incantalupo

Hi all,

thanks for answering.

You all are right but I do not really need the codec because my phones 
and my Voip lines are all working using g729. Asterisk is working fine 
without transcoding as well.the problem is my CLI is flooded with 
messages like:

WARNING[7831] translate.c: No translator path from alaw to unknown
which are quite annoying...aren't they?
Should I pay to avoid a CLI message? That doesn't sound fair to me.
I know I should report the problem but the fake codec seemed the 
faster way.


Giorgio Incantalupo


Giorgio Incantalupo wrote:

pbx18*CLI module load codec_g729-ast14-gcc4-glibc-pentium3.so
Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
[Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module 
'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key.
[Dec 22 15:52:45] WARNING[4491]: loader.c:852 load_resource: Module 
'codec_g729-ast14-gcc4-glibc-pentium3.so' could not be loaded.


It worked on Asterisk 1.4, but not anymore on my Asterisk 
1.8...why??? :(


Thank you

Giorgio Incantalupo


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Giorgio Incantalupo

Hi MrHanMan,

you are right...and the mistake is so stupid I've already solved 
itwhat a slip! :)
This means I really need a long relaxing period on some exotic 
island...or in some cold prison since I'm using an illegal codec!!! :)
Still I do not believe why Asterisk had not complained for a different 
version module instead of asking for a license. Should I report this 
weirdness?

Btw thank you for your time.

Giorgio Incantalupo

P.S.: as I've already written in some other post, I use the criminal 
codec to test Voip lines without the need to install the license every 
time and to avoid a noisy message flooding my CLI.


MrHanMan wrote:

I don't think a module compiled for Asterisk 1.4 will work with any
other Asterisk version.

On Wed, Dec 22, 2010 at 8:58 AM, Giorgio Incantalupo
gincantal...@fgasoftware.com wrote:
  

pbx18*CLI module load codec_g729-ast14-gcc4-glibc-pentium3.so
Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
[Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module
'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key.
[Dec 22 15:52:45] WARNING[4491]: loader.c:852 load_resource: Module
'codec_g729-ast14-gcc4-glibc-pentium3.so' could not be loaded.

It worked on Asterisk 1.4, but not anymore on my Asterisk 1.8...why???
:(

Thank you

Giorgio Incantalupo


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
 http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users




--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

  



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio
Incantalupo
Sent: Wednesday, December 22, 2010 9:49 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it
worked!)

Hi all,

thanks for answering.

You all are right but I do not really need the codec because my phones 
and my Voip lines are all working using g729. Asterisk is working fine 
without transcoding as well.the problem is my CLI is flooded with 
messages like:
WARNING[7831] translate.c: No translator path from alaw to unknown
which are quite annoying...aren't they?
Should I pay to avoid a CLI message? That doesn't sound fair to me.
I know I should report the problem but the fake codec seemed the 
faster way.

Giorgio Incantalupo


snip
Why don't you just modify that piece of code to kill the warning? Are you
using a canned Asterisk (AsteriskNow/FreePBX/etc)?


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Bryant Zimmerman
Giorgio

You could buy just a couple of licenses 3 to 5. It would get rid of the 
messages for the most part and it would give you the ability to transcode 
for voicemails and other items requiring transcode.  The reason you are 
likely getting the messages is there is some kind of transcode required 
that it can't do and you are getting the warring. If you shut off all in 
the middle functions like recording, voicemail, and feature codes you may 
be able to get rid of them but you would also loose the functions.  You 
will likely waste more than the $30 to $50 dollars in time and you get the 
option to transcode to boot. Just my 2 cents.


 From: Giorgio Incantalupo gincantal...@fgasoftware.com
Sent: Wednesday, December 22, 2010 11:17 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it 
worked!)

Hi all,

thanks for answering.

You all are right but I do not really need the codec because my phones 
and my Voip lines are all working using g729. Asterisk is working fine 
without transcoding as well.the problem is my CLI is flooded with 
messages like:
WARNING[7831] translate.c: No translator path from alaw to unknown
which are quite annoying...aren't they?
Should I pay to avoid a CLI message? That doesn't sound fair to me.
I know I should report the problem but the fake codec seemed the 
faster way.

Giorgio Incantalupo

Giorgio Incantalupo wrote:
 pbx18*CLI module load codec_g729-ast14-gcc4-glibc-pentium3.so
 Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
 Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module 
 'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license 
key.
 [Dec 22 15:52:45] WARNING[4491]: loader.c:852 load_resource: Module 
 'codec_g729-ast14-gcc4-glibc-pentium3.so' could not be loaded.

 It worked on Asterisk 1.4, but not anymore on my Asterisk 
 1.8...why??? :(

 Thank you

 Giorgio Incantalupo


 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
 http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Michael Iedema
On Wed, Dec 22, 2010 at 9:48 AM, Giorgio Incantalupo
gincantal...@fgasoftware.com wrote:
 Hi all,

 thanks for answering.

 You all are right but I do not really need the codec because my phones and
 my Voip lines are all working using g729. Asterisk is working fine without
 transcoding as well.the problem is my CLI is flooded with messages like:
 WARNING[7831] translate.c: No translator path from alaw to unknown
 which are quite annoying...aren't they?
 Should I pay to avoid a CLI message? That doesn't sound fair to me.
 I know I should report the problem but the fake codec seemed the faster
 way.

Hmm...potentially infringing on a patent or adding a noload directive
to modules.conf. It's a toss up! ;)

-Michael

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Olivier
2010/12/22 Bryant Zimmerman brya...@zktech.com

 Giorgio

 You could buy just a couple of licenses 3 to 5. It would get rid of the
 messages for the most part and it would give you the ability to transcode
 for voicemails and other items requiring transcode.  The reason you are
 likely getting the messages is there is some kind of transcode required that
 it can't do and you are getting the warring. If you shut off all in the
 middle functions like recording, voicemail, and feature codes you may be
 able to get rid of them but you would also loose the functions.  You will
 likely waste more than the $30 to $50 dollars in time and you get the option
 to transcode to boot. Just my 2 cents.


Mayba I'm hijacking this thread, but what about virtual machines ?

At the moment, let say you're using an hardware platform on which you launch
virtual machines (one per project but only one at a time).

Would a single licence be usable on each virtual machine (same
(virtualized?) processor and mac addresses) ?
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread MrHanMan
My understanding is that you need one license for every channel it's
being used on, regardless of whether the server is physical or
virtual.

On Wed, Dec 22, 2010 at 12:20 PM, Olivier oza_4...@yahoo.fr wrote:

 2010/12/22 Bryant Zimmerman brya...@zktech.com

 Giorgio

 You could buy just a couple of licenses 3 to 5. It would get rid of the
 messages for the most part and it would give you the ability to transcode
 for voicemails and other items requiring transcode.  The reason you are
 likely getting the messages is there is some kind of transcode required that
 it can't do and you are getting the warring. If you shut off all in the
 middle functions like recording, voicemail, and feature codes you may be
 able to get rid of them but you would also loose the functions.  You will
 likely waste more than the $30 to $50 dollars in time and you get the option
 to transcode to boot. Just my 2 cents.


 Mayba I'm hijacking this thread, but what about virtual machines ?

 At the moment, let say you're using an hardware platform on which you launch
 virtual machines (one per project but only one at a time).

 Would a single licence be usable on each virtual machine (same
 (virtualized?) processor and mac addresses) ?

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] * 1.8: cannot load g729 free codec (on 1.4 it worked!)

2010-12-22 Thread Tilghman Lesher
On Wednesday 22 December 2010 12:20:36 Olivier wrote:
 2010/12/22 Bryant Zimmerman brya...@zktech.com
 
  Giorgio
  
  You could buy just a couple of licenses 3 to 5. It would get rid of
  the messages for the most part and it would give you the ability to
  transcode for voicemails and other items requiring transcode.  The
  reason you are likely getting the messages is there is some kind of
  transcode required that it can't do and you are getting the warring.
  If you shut off all in the middle functions like recording,
  voicemail, and feature codes you may be able to get rid of them but
  you would also loose the functions.  You will likely waste more than
  the $30 to $50 dollars in time and you get the option to transcode to
  boot. Just my 2 cents.
 
 Mayba I'm hijacking this thread, but what about virtual machines ?
 
 At the moment, let say you're using an hardware platform on which you
 launch virtual machines (one per project but only one at a time).
 
 Would a single licence be usable on each virtual machine (same
 (virtualized?) processor and mac addresses) ?

No, because each virtual machine gets its own virtualized Ethernet MAC
address.

-- 
Tilghman

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users