Re: [asterisk-users] G729 copy protection

2007-09-02 Thread Bruce McAlister
Bruce McAlister wrote:
 Jason Parker wrote:
 
 Bruce,
 Please see my response to some of these questions on July 23rd.

 http://lists.digium.com/pipermail/asterisk-users/2007-July/192473.html

 I'm not entirely certain of what libraries we statically link in, but if you
 see any problems with the output of `ldd codec_g729.so`, those will of course
 need to be installed.

 
 Hi Jason,
 
 Thanks for the information, it appears then that you have built the
 codec on Solaris 10 (not OpenSolaris).
 
 Do you know if the build was done against the libraries that come with
 Solaris 10, or did you have newer libraries installed that would be
 required?
 
 An ldd codec_g729.so yields the following:
 
 ldd ./codec_g729a.so
 libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
 libc.so.1 = /lib/libc.so.1
 libm.so.2 = /lib/libm.so.2
 
 however an ldd -r codec_g729a.so yields the following:
 
 ldd -r ./codec_g729a.so
 libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
 libc.so.1 = /lib/libc.so.1 symbol not found: ast_cli_unregister
 (./codec_g729a.so)
 symbol not found: ast_translator_activate
 (./codec_g729a.so)
 symbol not found: ast_translator_activate
 (./codec_g729a.so)
 symbol not found: log10 (./codec_g729a.so)
 symbol not found: log10 (./codec_g729a.so)
 symbol not found: log10 (./codec_g729a.so)
 symbol not found: log10 (./codec_g729a.so)
 symbol not found: log10 (./codec_g729a.so)
 symbol not found: pow   (./codec_g729a.so)
 symbol not found: cos   (./codec_g729a.so)
 symbol not found: acos  (./codec_g729a.so)
 symbol not found: sqrt  (./codec_g729a.so)
 symbol not found: sqrt  (./codec_g729a.so)
 symbol not found: sqrt  (./codec_g729a.so)
 symbol not found: sqrt  (./codec_g729a.so)
 symbol not found: sqrt  (./codec_g729a.so)
 symbol not found: sqrt  (./codec_g729a.so)
 symbol not found: ast_verbose   (./codec_g729a.so)
 symbol not found: ast_verbose   (./codec_g729a.so)
 symbol not found: ast_verbose   (./codec_g729a.so)
 symbol not found: ast_module_register   (./codec_g729a.so)
 symbol not found: connect   (./codec_g729a.so)
 symbol not found: ast_cli_register  (./codec_g729a.so)
 symbol not found: ast_cli   (./codec_g729a.so)
 symbol not found: ast_config_AST_VAR_DIR
 (./codec_g729a.so)
 symbol not found: ast_config_AST_VAR_DIR
 (./codec_g729a.so)
 symbol not found: socket(./codec_g729a.so)
 symbol not found: socket(./codec_g729a.so)
 symbol not found: socket(./codec_g729a.so)
 symbol not found: __ast_register_translator
 (./codec_g729a.so)
 symbol not found: __ast_register_translator
 (./codec_g729a.so)
 symbol not found: ast_unregister_translator
 (./codec_g729a.so)
 symbol not found: ast_unregister_translator
 (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_log   (./codec_g729a.so)
 symbol not found: ast_module_unregister (./codec_g729a.so)
 symbol not found: ast_trans_frameout(./codec_g729a.so)
 symbol not found: ast_translator_deactivate
 (./codec_g729a.so)
 symbol not found: ast_translator_deactivate
 (./codec_g729a.so)
 symbol not found: shutdown  (./codec_g729a.so)
 symbol not found: shutdown  (./codec_g729a.so)
 symbol not found: option_verbose(./codec_g729a.so)
 symbol not found: option_verbose(./codec_g729a.so)
 symbol not found: option_verbose(./codec_g729a.so)
 libm.so.2 = /lib/libm.so.2
 
 
 The strange thing here is that one would have thought that the following
 symbols would be part of the math library (libm), however, they are
 undefined/not found here:
 
 cos,
 acos,
 sqrt
 
 The rest of 

Re: [asterisk-users] G729 copy protection

2007-08-31 Thread Bruce McAlister
Jason Parker wrote:
 
 Bruce,
 Please see my response to some of these questions on July 23rd.
 
 http://lists.digium.com/pipermail/asterisk-users/2007-July/192473.html
 
 I'm not entirely certain of what libraries we statically link in, but if you
 see any problems with the output of `ldd codec_g729.so`, those will of course
 need to be installed.
 

Hi Jason,

Thanks for the information, it appears then that you have built the
codec on Solaris 10 (not OpenSolaris).

Do you know if the build was done against the libraries that come with
Solaris 10, or did you have newer libraries installed that would be
required?

An ldd codec_g729.so yields the following:

ldd ./codec_g729a.so
libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
libc.so.1 = /lib/libc.so.1
libm.so.2 = /lib/libm.so.2

however an ldd -r codec_g729a.so yields the following:

ldd -r ./codec_g729a.so
libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
libc.so.1 = /lib/libc.so.1 symbol not found: ast_cli_unregister
(./codec_g729a.so)
symbol not found: ast_translator_activate
(./codec_g729a.so)
symbol not found: ast_translator_activate
(./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: pow   (./codec_g729a.so)
symbol not found: cos   (./codec_g729a.so)
symbol not found: acos  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: ast_verbose   (./codec_g729a.so)
symbol not found: ast_verbose   (./codec_g729a.so)
symbol not found: ast_verbose   (./codec_g729a.so)
symbol not found: ast_module_register   (./codec_g729a.so)
symbol not found: connect   (./codec_g729a.so)
symbol not found: ast_cli_register  (./codec_g729a.so)
symbol not found: ast_cli   (./codec_g729a.so)
symbol not found: ast_config_AST_VAR_DIR
(./codec_g729a.so)
symbol not found: ast_config_AST_VAR_DIR
(./codec_g729a.so)
symbol not found: socket(./codec_g729a.so)
symbol not found: socket(./codec_g729a.so)
symbol not found: socket(./codec_g729a.so)
symbol not found: __ast_register_translator
(./codec_g729a.so)
symbol not found: __ast_register_translator
(./codec_g729a.so)
symbol not found: ast_unregister_translator
(./codec_g729a.so)
symbol not found: ast_unregister_translator
(./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_module_unregister (./codec_g729a.so)
symbol not found: ast_trans_frameout(./codec_g729a.so)
symbol not found: ast_translator_deactivate
(./codec_g729a.so)
symbol not found: ast_translator_deactivate
(./codec_g729a.so)
symbol not found: shutdown  (./codec_g729a.so)
symbol not found: shutdown  (./codec_g729a.so)
symbol not found: option_verbose(./codec_g729a.so)
symbol not found: option_verbose(./codec_g729a.so)
symbol not found: option_verbose(./codec_g729a.so)
libm.so.2 = /lib/libm.so.2


The strange thing here is that one would have thought that the following
symbols would be part of the math library (libm), however, they are
undefined/not found here:

cos,
acos,
sqrt

The rest of the symbols I can only assume are exported by the asterisk
binary.

I'm just wondering if there are any particular 

Re: [asterisk-users] G729 copy protection

2007-08-31 Thread Bruce McAlister
Jason Parker wrote:

 Bruce,
 Please see my response to some of these questions on July 23rd.
 
 http://lists.digium.com/pipermail/asterisk-users/2007-July/192473.html
 
 I'm not entirely certain of what libraries we statically link in, but if you
 see any problems with the output of `ldd codec_g729.so`, those will of course
 need to be installed.
 

Hi Jason,

Thanks for the information, it appears then that you have built the
codec on Solaris 10 (not OpenSolaris).

Do you know if the build was done against the libraries that come with
Solaris 10, or did you have newer libraries installed that would be
required?

An ldd codec_g729.so yields the following:

ldd ./codec_g729a.so
libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
libc.so.1 = /lib/libc.so.1
libm.so.2 = /lib/libm.so.2

however an ldd -r codec_g729a.so yields the following:

ldd -r ./codec_g729a.so
libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
libc.so.1 = /lib/libc.so.1 symbol not found: ast_cli_unregister
(./codec_g729a.so)
symbol not found: ast_translator_activate
(./codec_g729a.so)
symbol not found: ast_translator_activate
(./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: log10 (./codec_g729a.so)
symbol not found: pow   (./codec_g729a.so)
symbol not found: cos   (./codec_g729a.so)
symbol not found: acos  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: sqrt  (./codec_g729a.so)
symbol not found: ast_verbose   (./codec_g729a.so)
symbol not found: ast_verbose   (./codec_g729a.so)
symbol not found: ast_verbose   (./codec_g729a.so)
symbol not found: ast_module_register   (./codec_g729a.so)
symbol not found: connect   (./codec_g729a.so)
symbol not found: ast_cli_register  (./codec_g729a.so)
symbol not found: ast_cli   (./codec_g729a.so)
symbol not found: ast_config_AST_VAR_DIR
(./codec_g729a.so)
symbol not found: ast_config_AST_VAR_DIR
(./codec_g729a.so)
symbol not found: socket(./codec_g729a.so)
symbol not found: socket(./codec_g729a.so)
symbol not found: socket(./codec_g729a.so)
symbol not found: __ast_register_translator
(./codec_g729a.so)
symbol not found: __ast_register_translator
(./codec_g729a.so)
symbol not found: ast_unregister_translator
(./codec_g729a.so)
symbol not found: ast_unregister_translator
(./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_log   (./codec_g729a.so)
symbol not found: ast_module_unregister (./codec_g729a.so)
symbol not found: ast_trans_frameout(./codec_g729a.so)
symbol not found: ast_translator_deactivate
(./codec_g729a.so)
symbol not found: ast_translator_deactivate
(./codec_g729a.so)
symbol not found: shutdown  (./codec_g729a.so)
symbol not found: shutdown  (./codec_g729a.so)
symbol not found: option_verbose(./codec_g729a.so)
symbol not found: option_verbose(./codec_g729a.so)
symbol not found: option_verbose(./codec_g729a.so)
libm.so.2 = /lib/libm.so.2


The strange thing here is that one would have thought that the following
symbols would be part of the math library (libm), however, they are
undefined/not found here:

cos,
acos,
sqrt

The rest of the symbols I can only assume are exported by the asterisk
binary.

I'm just wondering if there are any particular 

Re: [asterisk-users] G729 copy protection

2007-08-30 Thread Bruce McAlister
Bruce McAlister wrote:

 Jul 19 14:11:23 WARNING[28243]: codec_g729.c:481 load_module: Failed to
 initialize G.729 copy protection!
 

Hi,

Could anyone from Digium please shed some light on the build
environment for the solaris 10 g729 codec?

Was it build on Solaris or OpenSolaris?
Are there any specific versions of libraries required?

I'm still having this issue, and still cannot get the codec working.
I've had a few tips/pointer from Joe at Solaris VoIP, but now we need to
know a little more about the build environment to see if we can actually
get this codec working. i have tried to run the codec with asterisk
1.2.17, 1.2.20. 1.2.24, 1.4.4, 1.4.10, 1.4.10.1 and 1.4.11, they all
fail with the same messages. Asteris has been built on Solaris 10 Update
3 patched up as of friday last week. Our focaus now is to try and get
the codec working with asterisk 1.4.x on Solaris 10. I've also tried
i386, i586 - pentium4 32bit, opteron 32bit, on physical Opteron 285's
and intel Xeon (Nacona's), all faile with the same message. The codec
version is v32. This message comes up whether I have a valis g729
license from Digium or not, I have tried both. In either case, I would
assume that codec would at least load, and a show g729 at the cli
would work with and without a license.

Has anyone been able to test this codec with asterisk?

Any tips/suggestions would be greatly appreciated.

Thanks
Bruce


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-08-30 Thread Jason Parker
Bruce McAlister wrote:
 Bruce McAlister wrote:
 Jul 19 14:11:23 WARNING[28243]: codec_g729.c:481 load_module: Failed to
 initialize G.729 copy protection!

 
 Hi,
 
 Could anyone from Digium please shed some light on the build
 environment for the solaris 10 g729 codec?
 
 Was it build on Solaris or OpenSolaris?
 Are there any specific versions of libraries required?
 
 I'm still having this issue, and still cannot get the codec working.
 I've had a few tips/pointer from Joe at Solaris VoIP, but now we need to
 know a little more about the build environment to see if we can actually
 get this codec working. i have tried to run the codec with asterisk
 1.2.17, 1.2.20. 1.2.24, 1.4.4, 1.4.10, 1.4.10.1 and 1.4.11, they all
 fail with the same messages. Asteris has been built on Solaris 10 Update
 3 patched up as of friday last week. Our focaus now is to try and get
 the codec working with asterisk 1.4.x on Solaris 10. I've also tried
 i386, i586 - pentium4 32bit, opteron 32bit, on physical Opteron 285's
 and intel Xeon (Nacona's), all faile with the same message. The codec
 version is v32. This message comes up whether I have a valis g729
 license from Digium or not, I have tried both. In either case, I would
 assume that codec would at least load, and a show g729 at the cli
 would work with and without a license.
 
 Has anyone been able to test this codec with asterisk?
 
 Any tips/suggestions would be greatly appreciated.
 
 Thanks
 Bruce
 

Bruce,
Please see my response to some of these questions on July 23rd.

http://lists.digium.com/pipermail/asterisk-users/2007-July/192473.html

I'm not entirely certain of what libraries we statically link in, but if you
see any problems with the output of `ldd codec_g729.so`, those will of course
need to be installed.

-- 
Jason Parker
Digium

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-23 Thread Jason Parker
I believe we're using Solaris 10 U3 - though I'm not certain how to check (if 
you have a command I can run to find out, I'd be more than happy to do so).  
The output of uname -a is SunOS unknown 5.10 Generic_118855-33 i86pc i386 
i86pc

I do still think that this issue may be path related.  If you run Asterisk in 
something like strace, you should see the exact path that it's checking.

- Bruce McAlister [EMAIL PROTECTED] wrote:
 Does anyone out there know what version/release of solaris the g729
 (v32) codec is built on? Is it built on
 
 Solaris 10 GA,
 Solaris 10 U1,
 Solaris 10 U2,
 Solaris 10 U3,
 OpenSolaris (Nevada), which build?
 
 I'm just trying to find out if my problem with the codec may be due to
 a
 release difference, possibly a version of a library that the codec
 requires is not there?
 
 I will give it a test with the same version that the codec is built
 on
 just to see if it works.
 
 Thanks
 Bruce
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Jason Parker
Digium


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-21 Thread Bruce McAlister
Does anyone out there know what version/release of solaris the g729
(v32) codec is built on? Is it built on

Solaris 10 GA,
Solaris 10 U1,
Solaris 10 U2,
Solaris 10 U3,
OpenSolaris (Nevada), which build?

I'm just trying to find out if my problem with the codec may be due to a
release difference, possibly a version of a library that the codec
requires is not there?

I will give it a test with the same version that the codec is built on
just to see if it works.

Thanks
Bruce


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread Bruce McAlister
Jason Parker wrote:
 I'd wager that you're using the wrong path for the licenses.
 
 I believe the correct path is something like /var/opt/asterisk/licenses/ - 
 it's whatever Asterisk has ast_config_AST_VAR_DIR set to, with /licenses/ at 
 the end.
 
 The easiest way to tell, is to find the sounds dir (usually at 
 /var/lib/asterisk/sounds/ on Linux), and go up a directory, and then from 
 there create the licenses/ directory.
 

When I register the codec using the register facility, it goes ahead a
stores the license file in:

/var/lib/asterisk/licenses

When I check my asterisk.conf file the location astcarlibdir is as
follows:

astvarlibdir = /usr/local/asterisk/var/lib

I have now tried to symlink the /var/lib/asterisk/licenses to
/usr/local/asterisk/var/lib/licenses, and I have also tried to
manually create the directory, with the same permissions as the
original and copy the license file into the
/usr/local/asterisk/var/lib/licenses directory. In each case the
asterisk console still comes up with the following error when trying to
initialize the codec on startup:

Jul 20 08:40:01 WARNING[20591]: codec_g729.c:481 load_module: Failed to
initialize G.729 copy protection!

I'm beginning to think that the issue is not the license file, because
the above error/warning occurs even when I have not registered the codec.

Although, if anyone has more comments/suggestions, please feel free to
offer them, I'm willing to try anything twice :)


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread Bruce McAlister
Mojo with Horan  Company, LLC wrote:
 Sorry that this is unrelated but, Bruce, do you double-click to send 
 your messages?  Just curious.
 

Sorry that this is unrelated but, Mojo with Horan, do you wake up each
morning and think of a meaningful question to ask someone, such as the
above, every day?, Just curious.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread David Boyd


On Fri, 2007-07-20 at 08:46 +0100, Bruce McAlister wrote:
 Mojo with Horan  Company, LLC wrote:
  Sorry that this is unrelated but, Bruce, do you double-click to send 
  your messages?  Just curious.
  
 
 Sorry that this is unrelated but, Mojo with Horan, do you wake up each
 morning and think of a meaningful question to ask someone, such as the
 above, every day?, Just curious.



Hi Bruce, the question is meaningful, when you realize that each of your 
messages/posts to the list come in twice that's (2) times :)



db



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread Martin Smith
I'd bet the emails are addressed to the list and the original sender,
both, so for the original person they appear twice, but everyone on the
list gets them a single time. I haven't seen any duplicates.

Martin Smith, Systems Developer
[EMAIL PROTECTED]
Bureau of Economic and Business Research
University of Florida
(352) 392-0171 Ext. 221 

 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Bruce McAlister
 Sent: Friday, July 20, 2007 8:38 AM
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] G729 copy protection
 
 David Boyd wrote:
  
  On Fri, 2007-07-20 at 08:46 +0100, Bruce McAlister wrote:
  Mojo with Horan  Company, LLC wrote:
  Sorry that this is unrelated but, Bruce, do you 
 double-click to send 
  your messages?  Just curious.
 
  Sorry that this is unrelated but, Mojo with Horan, do you 
 wake up each
  morning and think of a meaningful question to ask someone, 
 such as the
  above, every day?, Just curious.
  
  
  
  Hi Bruce, the question is meaningful, when you realize that 
 each of your messages/posts to the list come in twice that's 
 (2) times :)
  
  
 In that case, then, no i dont double-click. I'm posting via gmane if
 that means anything (gmane.comp.telephony.pbx.asterisk.user).
 Thunderbird only shows my messages once, so I'm not sure why you're
 seeing it twice.
  
  db
  
  
  
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
  
  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--
 
 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--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread Bruce McAlister
David Boyd wrote:
 
 On Fri, 2007-07-20 at 08:46 +0100, Bruce McAlister wrote:
 Mojo with Horan  Company, LLC wrote:
 Sorry that this is unrelated but, Bruce, do you double-click to send 
 your messages?  Just curious.

 Sorry that this is unrelated but, Mojo with Horan, do you wake up each
 morning and think of a meaningful question to ask someone, such as the
 above, every day?, Just curious.
 
 
 
 Hi Bruce, the question is meaningful, when you realize that each of your 
 messages/posts to the list come in twice that's (2) times :)
 
 
In that case, then, no i dont double-click. I'm posting via gmane if
that means anything (gmane.comp.telephony.pbx.asterisk.user).
Thunderbird only shows my messages once, so I'm not sure why you're
seeing it twice.
 
 db
 
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 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--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread David Boyd
On Fri, 2007-07-20 at 08:55 -0400, Martin Smith wrote:
 I'd bet the emails are addressed to the list and the original sender,
 both, so for the original person they appear twice, but everyone on the
 list gets them a single time. I haven't seen any duplicates.
 
 Martin Smith, Systems Developer
 [EMAIL PROTECTED]
 Bureau of Economic and Business Research
 University of Florida
 (352) 392-0171 Ext. 221 
 
  
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Bruce McAlister
  Sent: Friday, July 20, 2007 8:38 AM
  To: asterisk-users@lists.digium.com
  Subject: Re: [asterisk-users] G729 copy protection
  
  David Boyd wrote:
   
   On Fri, 2007-07-20 at 08:46 +0100, Bruce McAlister wrote:
   Mojo with Horan  Company, LLC wrote:
   Sorry that this is unrelated but, Bruce, do you 
  double-click to send 
   your messages?  Just curious.
  
   Sorry that this is unrelated but, Mojo with Horan, do you 
  wake up each
   morning and think of a meaningful question to ask someone, 
  such as the
   above, every day?, Just curious.
   
   
   
   Hi Bruce, the question is meaningful, when you realize that 
  each of your messages/posts to the list come in twice that's 
  (2) times :)
   
   
  In that case, then, no i dont double-click. I'm posting via gmane if
  that means anything (gmane.comp.telephony.pbx.asterisk.user).
  Thunderbird only shows my messages once, so I'm not sure why you're
  seeing it twice.
   
   db
   
Nope, the mails from Bruce are being delivered twice. Yours however only
came in once, as do everyone else. So something is strange about the way
his emails are encoded I suppose.

It isn't really that important to me, but it appeared that Bruce thought
he was being slammed for something he wasn't and I wanted to try and let
him know he wasn't getting doo.


db




___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread Tzafrir Cohen
On Thu, Jul 19, 2007 at 02:40:35PM -0800, Mojo with Horan  Company, LLC wrote:
 Sorry that this is unrelated but, Bruce, do you double-click to send 
 your messages?  Just curious.

Both copies have the same ID. And both were sent through the gmane
newsgroups gatewas. For some reason the order of headers lsightly
differs in the Newsgroup headers appears only in one of the two.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread David Boyd
Bruce sorry for the top post, but your last two messages have not come
in twice Go figure...

db


 On Fri, 2007-07-20 at 13:37 +0100, Bruce McAlister wrote:
 David Boyd wrote:
  
  On Fri, 2007-07-20 at 08:46 +0100, Bruce McAlister wrote:
  Mojo with Horan  Company, LLC wrote:
  Sorry that this is unrelated but, Bruce, do you double-click to send 
  your messages?  Just curious.
 
  Sorry that this is unrelated but, Mojo with Horan, do you wake up each
  morning and think of a meaningful question to ask someone, such as the
  above, every day?, Just curious.
  
  
  
  Hi Bruce, the question is meaningful, when you realize that each of your 
  messages/posts to the list come in twice that's (2) times :)
  
  
 In that case, then, no i dont double-click. I'm posting via gmane if
 that means anything (gmane.comp.telephony.pbx.asterisk.user).
 Thunderbird only shows my messages once, so I'm not sure why you're
 seeing it twice.
  
  db
  
  
  
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
  
  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--
 
 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--

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


Re: [asterisk-users] G729 copy protection

2007-07-20 Thread Mojo with Horan Company, LLC
Not until the topic looks me in the face.  Sorry I wasn't up earlier in 
the morning to explain my question, but the rest of the list did for me. 
  I was seeing two messages _every_ time you posted one.  Like I said, I 
was just curious if that could have been the reason; it would have been 
an easy fix ;)  No offense intended.

Bruce McAlister wrote:
 Mojo with Horan  Company, LLC wrote:
 Sorry that this is unrelated but, Bruce, do you double-click to send 
 your messages?  Just curious.

 
 Sorry that this is unrelated but, Mojo with Horan, do you wake up each
 morning and think of a meaningful question to ask someone, such as the
 above, every day?, Just curious.
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 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--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Jared Smith
On Thu, 2007-07-19 at 14:20 +0100, Bruce McAlister wrote:
 I have been trying to get the Solaris version of the G729 codec to work
 with asterisk 1.2.17 and 1.2.22. However, I come up against the very
 same error every time I try to install it. Has anyone out there seen
 this error, taken from the asterisk console straight from startup:

I'm probably asking the obvious here, but were you able to successfully
register your codec with the Digium registration server?  Hase your
ethernet MAC address changed since you registered the codec?

-- 
Jared Smith
Community Relations Manager
Digium, Inc.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Bruce McAlister

Jared Smith wrote:
 
 I'm probably asking the obvious here, but were you able to successfully
 register your codec with the Digium registration server?  Hase your
 ethernet MAC address changed since you registered the codec?
 

Hi Jared,

I tried to run the register utility and I get as far as this (entering
the Key-ID):

# ./register
Digium Product Registration - Version
Copyright (C) 2004-2007, Digium, Inc.
Use the '-l' option to see license information for software
included in this program.

Please select a product category.

1 - Digium Products
2 - Cepstral Products

0 - Quit

Your Choice: 1
Please select a Product.

1 - Asterisk Business Edition
2 - G.729 Codec
3 - High Performance Echo Can

0 - Quit

Your Choice: 2
Please enter the Key-ID:

How do I know what the Key-ID is that it's asking for? If I run the
asthostid app that accompanies the register utility and enter that ID
in the above questions, then I get the following:

The license key for this product should begin with G729!

Am I doing something wrong? The README files dont quite explain how to
get the Key-ID?

Thanks
Bruce

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Jared Smith
On Thu, 2007-07-19 at 16:20 +0100, Bruce McAlister wrote:
 Am I doing something wrong? The README files dont quite explain how to
 get the Key-ID?

You should have received a key from Digium when you bought your license
to use the G.729 codec.  If you haven't yet bought any G.729 licenses,
you can buy them from Digium's website at
http://www.digium.com/en/products/voice/g729codec.php

-- 
Jared Smith
Community Relations Manager
Digium, Inc.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Bruce McAlister
Jared Smith wrote:
 On Thu, 2007-07-19 at 16:20 +0100, Bruce McAlister wrote:
 Am I doing something wrong? The README files dont quite explain how to
 get the Key-ID?
 
 You should have received a key from Digium when you bought your license
 to use the G.729 codec.  If you haven't yet bought any G.729 licenses,
 you can buy them from Digium's website at
 http://www.digium.com/en/products/voice/g729codec.php
 
OK, I got hold of the G729 Key that was issued to us by digium recently
and have now successfully registered the codec on the host. However, it
still comes back with the following warning on the console after a restart:

[codec_g729a.so] = (Annex A/B (floating point) G.729 Codec (optimized
for i686))
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:465 load_module: G.729
transcoding module version 32, Copyright (C) 1999-2007 Digium, Inc.
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:469 load_module: This module
is supplied under a commercial license granted by Digium, Inc.
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:470 load_module: Please see
the full license text supplied by the accompanying
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:471 load_module: register
utility, or ask for a copy from Digium.
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:472 load_module: This
product includes software developed by the OpenSSL Project
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:473 load_module: for use in
the OpenSSL Toolkit. (http://www.openssl.org/)
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:474 load_module: Copyright
(C) 1998-2006 The OpenSSL Project

Jul 19 17:07:27 WARNING[20591]: codec_g729.c:481 load_module: Failed to
initialize G.729 copy protection!

I can see the licence there (10 channel), but it looks like the codec
does not want to inititalize properly.

Thanks
Bruce


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Darryl Dunkin
Make sure there are no other files in the license path other than your
valid license for this server.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bruce
McAlister
Sent: Thursday, July 19, 2007 09:13
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] G729 copy protection

Jared Smith wrote:
 On Thu, 2007-07-19 at 16:20 +0100, Bruce McAlister wrote:
 Am I doing something wrong? The README files dont quite explain how
to
 get the Key-ID?
 
 You should have received a key from Digium when you bought your
license
 to use the G.729 codec.  If you haven't yet bought any G.729 licenses,
 you can buy them from Digium's website at
 http://www.digium.com/en/products/voice/g729codec.php
 
OK, I got hold of the G729 Key that was issued to us by digium recently
and have now successfully registered the codec on the host. However, it
still comes back with the following warning on the console after a
restart:

[codec_g729a.so] = (Annex A/B (floating point) G.729 Codec (optimized
for i686))
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:465 load_module: G.729
transcoding module version 32, Copyright (C) 1999-2007 Digium, Inc.
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:469 load_module: This module
is supplied under a commercial license granted by Digium, Inc.
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:470 load_module: Please see
the full license text supplied by the accompanying
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:471 load_module: register
utility, or ask for a copy from Digium.
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:472 load_module: This
product includes software developed by the OpenSSL Project
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:473 load_module: for use in
the OpenSSL Toolkit. (http://www.openssl.org/)
Jul 19 17:07:27 NOTICE[20591]: codec_g729.c:474 load_module: Copyright
(C) 1998-2006 The OpenSSL Project

Jul 19 17:07:27 WARNING[20591]: codec_g729.c:481 load_module: Failed to
initialize G.729 copy protection!

I can see the licence there (10 channel), but it looks like the codec
does not want to inititalize properly.

Thanks
Bruce


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Bruce McAlister
Darryl Dunkin wrote:
 Make sure there are no other files in the license path other than your
 valid license for this server.
 

Hi,

 I have just checked this, and there is only the 1 license file in the
/var/lib/asterisk/licenses directory. Is that what you meant?

Thanks
Bruce

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Darryl Dunkin
Correct, if you have multiple licenses in there (say a single storage
location for a cluster of servers), it won't load.

If you've tried other architectures of the codec and still had no luck,
I'd say contact Digium support on it. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bruce
McAlister
Sent: Thursday, July 19, 2007 13:55
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] G729 copy protection

Darryl Dunkin wrote:
 Make sure there are no other files in the license path other than your
 valid license for this server.
 

Hi,

 I have just checked this, and there is only the 1 license file in the
/var/lib/asterisk/licenses directory. Is that what you meant?

Thanks
Bruce

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Bruce McAlister
Darryl Dunkin wrote:
 Correct, if you have multiple licenses in there (say a single storage
 location for a cluster of servers), it won't load.
 
 If you've tried other architectures of the codec and still had no luck,
 I'd say contact Digium support on it. 
 

Hmm, one caveat tho', these are the Solaris 10 32bit g729 codecs, and
according to the FTP directory structure, are unsupported.

This is why i emailed the list, hoping to bounce some ideas of you lot,
to see if someone could help out :)

Thanks for all the suggestions thus far, any more would be greatly
appreciated.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Mojo with Horan Company, LLC
Sorry that this is unrelated but, Bruce, do you double-click to send 
your messages?  Just curious.

Bruce McAlister wrote:
 Darryl Dunkin wrote:
 Correct, if you have multiple licenses in there (say a single storage
 location for a cluster of servers), it won't load.

 If you've tried other architectures of the codec and still had no luck,
 I'd say contact Digium support on it. 

 
 Hmm, one caveat tho', these are the Solaris 10 32bit g729 codecs, and
 according to the FTP directory structure, are unsupported.
 
 This is why i emailed the list, hoping to bounce some ideas of you lot,
 to see if someone could help out :)
 
 Thanks for all the suggestions thus far, any more would be greatly
 appreciated.
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 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--

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


Re: [asterisk-users] G729 copy protection

2007-07-19 Thread Jason Parker
I'd wager that you're using the wrong path for the licenses.

I believe the correct path is something like /var/opt/asterisk/licenses/ - it's 
whatever Asterisk has ast_config_AST_VAR_DIR set to, with /licenses/ at the end.

The easiest way to tell, is to find the sounds dir (usually at 
/var/lib/asterisk/sounds/ on Linux), and go up a directory, and then from there 
create the licenses/ directory.

- Bruce McAlister [EMAIL PROTECTED] wrote:
 Darryl Dunkin wrote:
  Make sure there are no other files in the license path other than
 your
  valid license for this server.
  
 
 Hi,
 
  I have just checked this, and there is only the 1 license file in
 the
 /var/lib/asterisk/licenses directory. Is that what you meant?
 
 Thanks
 Bruce
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Jason Parker
Digium


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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