Re: [asterisk-users] gsm codec compile

2014-03-23 Thread Tzafrir Cohen
On Mon, Mar 03, 2014 at 11:13:52AM -0800, Doug wrote: I was successful in compiling asterisk in raspbien except for the following error If I enable the gsm codec. It appears there is something in the Makefile n this directory that needs to be changed. Probably involving optimization. Not

Re: [asterisk-users] gsm codec compile

2014-03-04 Thread Doug
Julian,  The only thing I can thik of is that your source is different version. My GSM files are dated oct 19, 2008. There have been changes in the GSM Makefile over the years. Also are you compiling natively or cross compiling. I am compiling natively.  Doug On Tuesday, March 4, 2014

Re: [asterisk-users] gsm codec compile

2014-03-04 Thread Julian Lyndon-Smith
oh, ok. I'm using asterisk-12. Native compiling On 4 March 2014 08:48, Doug dsc3...@yahoo.com wrote: Julian, The only thing I can thik of is that your source is different version. My GSM files are dated oct 19, 2008. There have been changes in the GSM Makefile over the years. Also are you

Re: [asterisk-users] gsm codec compile

2014-03-04 Thread Julian Beach
Hello Doug, Monday, March 3, 2014, 7:13:52 PM, you wrote: I was successful in compiling asterisk in raspbien except for the following error If I enable the gsm codec. It appears there is something in the Makefile n this directory that needs to be changed. Probably involving optimization. Not

Re: [asterisk-users] gsm codec compile

2014-03-03 Thread Rodrigo Borges Pereira
Try to set PROC to arm. On Mon, Mar 3, 2014 at 7:13 PM, Doug dsc3...@yahoo.com wrote: I was successful in compiling asterisk in raspbien except for the following error If I enable the gsm codec. It appears there is something in the Makefile n this directory that needs to be changed. Probably

Re: [asterisk-users] gsm codec compile

2014-03-03 Thread Doug
OK set PROC to - OPTIMIZE+=-march=arm and now getting tons of errors in k6opt.s src/k6opt.s:350: Error: bad instruction `psllw %mm3,%mm0' src/k6opt.s:351: Error: bad instruction `movd %mm0,%eax' src/k6opt.s:352: Error: selected processor does not support ARM mode `movw %ax,(%esi)'

Re: [asterisk-users] gsm codec compile

2014-03-03 Thread Rodrigo Borges Pereira
what about editing makeopts.in to have PROC=arm ? On Mon, Mar 3, 2014 at 9:48 PM, Doug dsc3...@yahoo.com wrote: OK set PROC to - OPTIMIZE+=-march=arm and now getting tons of errors in k6opt.s src/k6opt.s:350: Error: bad instruction `psllw %mm3,%mm0' src/k6opt.s:351: Error: bad

Re: [asterisk-users] gsm codec compile

2014-03-03 Thread Doug
Ok got it going. Problem was I didn't do what you said the first time.  When I put PROC = arm at the beginning of the Makefile in  asterisk/codecs/gsm   It compiles fine.   Doug Crompton WA3DSP http://www.crompton.com On Monday, March 3, 2014 8:10 PM, Rodrigo Borges Pereira

Re: [asterisk-users] gsm codec compile

2014-03-03 Thread Julian Lyndon-Smith
this is all very odd. I have been compiling on raspbian wheezy for a few months now, and have never come across this error -rw-r--r-- 1 root root 6128 Aug 25 2013 codec_gsm.c -rw-r--r-- 1 root root126 Feb 8 08:50 codec_gsm.exports -rw-r--r-- 1 root root 181808 Feb 8 08:50 codec_gsm.o I

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-25 Thread Alejandro Cabrera Obed
But in my case, I don't need trascoding because every chanel is in GSM and voicemail has gsm sound files. And for the moment, my Asterisk is not connected to the PSTN, so there is no trascoding gsm-to-PCM or to analog. So I think gsm is a good choice for my scenario, do you ??? Thanks a lot !!!

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-25 Thread Christian Victor
2009/2/25 Alejandro Cabrera Obed aco1...@gmail.com But in my case, I don't need trascoding because every chanel is in GSM and voicemail has gsm sound files. And for the moment, my Asterisk is not connected to the PSTN, so there is no trascoding gsm-to-PCM or to analog. So I think gsm is a

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-25 Thread Michael Graves
On Wed, 25 Feb 2009 09:33:42 +0200, Tzafrir Cohen wrote: On Tue, Feb 24, 2009 at 11:16:51PM -0200, David fire wrote: out there is a free for educational and no commercial G729 lib for asterisk you can use it to test in a non-comercial system. For personal use? Maybe. For educational use: not

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-25 Thread Tzafrir Cohen
On Wed, Feb 25, 2009 at 07:25:10AM -0600, Michael Graves wrote: The trouble with Speex is that it has extremely limited support in hardware. I've yet to see a high quality IP phone that supports Speex directly. OTOH, it's well supported in soft phones. -- Tzafrir Cohen

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-25 Thread Michael Graves
On Wed, 25 Feb 2009 15:46:09 +0200, Tzafrir Cohen wrote: On Wed, Feb 25, 2009 at 07:25:10AM -0600, Michael Graves wrote: The trouble with Speex is that it has extremely limited support in hardware. I've yet to see a high quality IP phone that supports Speex directly. OTOH, it's well

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Philipp Kempgen
Alejandro Cabrera Obed schrieb: Dear all, I have Asterisk 1.4 with SIP. I have a voicemail implemented with GSM sound files. The problem is I have IP phones Utopix HyperPhone 202 which support only G.729a/u and G.723.1 high/low, but not GSM.

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Tiago Durante
I'd use alaw/ulaw for everything that's local, gsm or g729 only for remote extensions. On 2/24/09, Philipp Kempgen philipp.kemp...@amooma.de wrote: Alejandro Cabrera Obed schrieb: Dear all, I have Asterisk 1.4 with SIP. I have a voicemail implemented with GSM sound files. The problem is I

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Alejandro Cabrera Obed
Thanks for your comment about codecsI tell you I can't use G.711 because I use a WAN link, and this is a wide band codec. Is GSM codec totally free (avoid to pay for any license) ??? Thnks again. On Tue, Feb 24, 2009 at 11:50 AM, Tiago Durante tiagodura...@gmail.com wrote: I'd use

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Olivier
2009/2/24 Alejandro Cabrera Obed aco1...@gmail.com Thanks for your comment about codecsI tell you I can't use G.711 because I use a WAN link, and this is a wide band codec. Is GSM codec totally free (avoid to pay for any license) ??? yes ! Is there a WAN between your hardphones and

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Tiago Durante
On Tue, Feb 24, 2009 at 10:41 AM, Olivier oza-4...@myamail.com wrote: 2009/2/24 Alejandro Cabrera Obed aco1...@gmail.com Thanks for your comment about codecsI tell you I can't use G.711 because I use a WAN link, and this is a wide band codec. Is GSM codec totally free (avoid to pay for

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Eric Wieling, Asteria Solutions Group
Tiago Durante wrote: On Tue, Feb 24, 2009 at 10:41 AM, Olivier oza-4...@myamail.com wrote: 2009/2/24 Alejandro Cabrera Obed aco1...@gmail.com Thanks for your comment about codecsI tell you I can't use G.711 because I use a WAN link, and this is a wide band codec. Is GSM codec totally

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Alejandro Cabrera Obed
Yes, there is a WAN among the hardphones and my Asterisk server. I know the GSM bitrate is about 31 Kbps. Thanks On Tue, Feb 24, 2009 at 1:41 PM, Olivier oza-4...@myamail.com wrote: 2009/2/24 Alejandro Cabrera Obed aco1...@gmail.com Thanks for your comment about codecsI tell you I

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Kristian Kielhofner
On Mon, Feb 23, 2009 at 6:59 PM, Alejandro Cabrera Obed aco1...@gmail.com wrote: Dear all, I have Asterisk 1.4 with SIP. I have a voicemail implemented with GSM sound files. The problem is I have IP phones Utopix HyperPhone 202 which support only G.729a/u and G.723.1 high/low, but not GSM.

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread David fire
out there is a free for educational and no commercial G729 lib for asterisk you can use it to test in a non-comercial system. the digium lib is much better. if you have more than 30~60 phones transcoding inst a very good idea. i made my self a test on a core 2 duo 64 bits 2GB of ram a test

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Alejandro Cabrera Obed
Do you think GSM codec has poor audio quality ??? Because I've made some tests among softphones connected from different cities of my country and the audio was good to me. Maybe GSM is a good choice. On Tue, Feb 24, 2009 at 11:16 PM, David fire ddf...@gmail.com wrote: out there is a free for

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread David fire
? GSM is greate! there was a miss understood. if you transcode more than 90 in a core 2 duo you get a bad audio GSM to G729 or G711 to G729. G711 to GSM is ok, but you should test it. 2009/2/24 Alejandro Cabrera Obed aco1...@gmail.com Do you think GSM codec has poor audio quality ???

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread drew einhorn
On Tue, Feb 24, 2009 at 6:39 PM, David fire ddf...@gmail.com wrote: ? GSM is greate! there was a miss understood. if you transcode more than 90 in a core 2 duo you get a bad audio GSM to G729 or G711 to G729. G711 to GSM is ok, but you should test it. The codec is fine, many multi core

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-24 Thread Tzafrir Cohen
On Tue, Feb 24, 2009 at 11:16:51PM -0200, David fire wrote: out there is a free for educational and no commercial G729 lib for asterisk you can use it to test in a non-comercial system. For personal use? Maybe. For educational use: not really. The licensing of the Intel codec code are not that

Re: [asterisk-users] GSM codec is a good choice ???

2009-02-23 Thread Steve Edwards
On Mon, 23 Feb 2009, Alejandro Cabrera Obed wrote: Dear all, I have Asterisk 1.4 with SIP. I have a voicemail implemented with GSM sound files. The problem is I have IP phones Utopix HyperPhone 202 which support only G.729a/u and G.723.1 high/low, but not GSM. g723 is supported by

Re: [Asterisk-Users] gsm codec, very poor quality.

2004-12-07 Thread Jon Radon
Sorry this doesn't answer your question. Any reason to not leave them as wav's? On Tue, 7 Dec 2004 10:42:58 +0100, Matthew Oulton [EMAIL PROTECTED] wrote: Currently I am creating .wav files and then converting them via SOX to .au file format, then running them through a gsm codec convertor

Re: [Asterisk-Users] gsm codec, very poor quality.

2004-12-07 Thread Andrei (MPI)
Jon Radon wrote: Sorry this doesn't answer your question. Any reason to not leave them as wav's? On Tue, 7 Dec 2004 10:42:58 +0100, Matthew Oulton [EMAIL PROTECTED] wrote: Currently I am creating .wav files and then converting them via SOX to .au file format, then running them through a gsm

Re: [Asterisk-Users] gsm codec, very poor quality.

2004-12-07 Thread Kevin P. Fleming
Andrei (MPI) wrote: I am using wav format for prompts. I see no reason to use gsm or anything else, if disk space is not a problem. The same as using ulaw if bandwidth is not a problem. If your callers are coming in over PSTN connections, then you should store your prompts in ulaw (.ul) or alaw

Re: [Asterisk-Users] gsm codec, very poor quality.

2004-12-07 Thread Christopher Dobbs
I use sox to do wav to gsm conversion and have not had a problem with sound quality. Another trick i use, i have a menu that all it is for is recording the menu prompts for the rest of the system. It was complicated to write, but, well worth it in terms of creating the menu prompts I need.

Re: [Asterisk-Users] GSM codec bandwidth

2004-09-03 Thread steve
On Thu, 2 Sep 2004, Michael George wrote: I've a question about the bandwidth consumed by IAX2/GSM. According to the wiki page, the GSM codec should run about 13 kilo-bits/sec for a voice encoding. However, watching gkrellm when I initiate a call to Digium, it looks like the channel is

Re: [Asterisk-Users] GSM codec bandwidth

2004-09-03 Thread Michael George
On Fri, Sep 03, 2004 at 08:26:28AM +0200, [EMAIL PROTECTED] wrote: On Thu, 2 Sep 2004, Michael George wrote: I've a question about the bandwidth consumed by IAX2/GSM. According to the wiki page, the GSM codec should run about 13 kilo-bits/sec for a voice encoding. However, watching

Re: [Asterisk-Users] GSM codec bandwidth

2004-09-03 Thread Rich Adamson
I've a question about the bandwidth consumed by IAX2/GSM. According to the wiki page, the GSM codec should run about 13 kilo-bits/sec for a voice encoding. However, watching gkrellm when I initiate a call to Digium, it looks like the channel is taking a consistent 5-6

Re: [Asterisk-Users] GSM codec with Cisco equipment

2004-02-14 Thread Juan J. Sierralta P.
On Fri, 2004-02-13 at 22:33, John Todd wrote: I had been under the impression (after actual tests) that the GSM codec supplied with Asterisk was not compatible with the GSM codec supported by the Cisco VoIP equipment (PRI and DS3 gateways.) However, I hear recent news that this is no

Re: [Asterisk-Users] GSM codec with Cisco equipment

2004-02-14 Thread Juan J. Sierralta P.
On Sat, 2004-02-14 at 16:47, Juan J. Sierralta P. wrote: On Fri, 2004-02-13 at 22:33, John Todd wrote: I had been under the impression (after actual tests) that the GSM codec supplied with Asterisk was not compatible with the GSM codec supported by the Cisco VoIP equipment (PRI and DS3

RE: [Asterisk-Users] GSM codec

2003-08-08 Thread Luciano Ramos
yes it does. Luciano -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Brian West Enviado el: Martes 5 de Agosto del 2003 00:03 Para: [EMAIL PROTECTED] Asunto: RE: [Asterisk-Users] GSM codec Does your IOS on the AS5300 support g711ulaw? bkw On Mon, 4 Aug

RE: [Asterisk-Users] GSM codec

2003-08-04 Thread Luciano Ramos
The gsmfr codec works great with asterisk, all the g7* codec don't. Luciano -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Tamas Jalsovszky Enviado el: Sabado 2 de Agosto del 2003 09:38 Para: [EMAIL PROTECTED] Asunto: [Asterisk-Users] GSM codec Hello,

RE: [Asterisk-Users] GSM codec

2003-08-04 Thread Siggi Langauf
On Mon, 4 Aug 2003, Luciano Ramos wrote: The gsmfr codec works great with asterisk, all the g7* codec don't. huh?? g711 works fine, too (both A and µ). But maybe you don't count them as codecs... ___ Asterisk-Users mailing list [EMAIL PROTECTED]

RE: [Asterisk-Users] GSM codec

2003-08-04 Thread Luciano Ramos
: RE: [Asterisk-Users] GSM codec On Mon, 4 Aug 2003, Luciano Ramos wrote: The gsmfr codec works great with asterisk, all the g7* codec don't. huh?? g711 works fine, too (both A and µ). But maybe you don't count them as codecs... ___ Asterisk-Users

RE: [Asterisk-Users] GSM codec

2003-08-04 Thread Brian West
] nombre de Siggi Langauf Enviado el: Lunes 4 de Agosto del 2003 19:02 Para: Asterisk user list Asunto: RE: [Asterisk-Users] GSM codec On Mon, 4 Aug 2003, Luciano Ramos wrote: The gsmfr codec works great with asterisk, all the g7* codec don't. huh?? g711 works fine, too (both A and µ