Re: [asterisk-users] g729 on 1.4.10.1

2007-09-20 Thread Luke Groeneveld
On Thu, 20 Sep 2007 02:15:11 am Scott Moseman wrote: I'm getting frustrated simply trying to get this g729 working. For what it is worth, I had a similar issue to you, and managed to get g729 working by installing the binary files from http://asterisk.hosting.lv

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-20 Thread Scott Moseman
I'm trying a simple Echo test and it's failing for g729... exten = 1267,1,Answer() exten = 1267,2,Echo() Test #1 (failure) gateway33 codecs g729a, g729b [gateway33] type=friend host=gateway33 context=default-inbound disallow=all allow=g729 gateway33 INVITE = g729b Asterisk 200 OK = no media

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-20 Thread Scott Moseman
On 9/20/07, Luke Groeneveld [EMAIL PROTECTED] wrote: I'm getting frustrated simply trying to get this g729 working. For what it is worth, I had a similar issue to you, and managed to get g729 working by installing the binary files from http://asterisk.hosting.lv Thanks for the suggestion.

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-19 Thread Scott Moseman
On 9/18/07, Kevin P. Fleming [EMAIL PROTECTED] wrote: However, in Test #3 the call will fail. Why? Because Asterisk will attempt to use ulaw in preference to G.729 if possible, and the other endpoint offered to support ulaw. The format(s) supported by the eventual call destination are not

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
Here's what I'm showing in the logs... [Sep 18 09:52:09] VERBOSE[2786] logger.c: == Registered file format g729, extension(s) g729 [Sep 18 09:52:09] VERBOSE[2786] logger.c: format_g729.so = (Raw G729 data) [Sep 18 09:52:09] NOTICE[2786] codec_g729.c: G.729 transcoding module version 32,

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Matthew Fredrickson
Scott Moseman wrote: Here's what I'm showing in the logs... [Sep 18 09:52:09] VERBOSE[2786] logger.c: == Registered file format g729, extension(s) g729 [Sep 18 09:52:09] VERBOSE[2786] logger.c: format_g729.so = (Raw G729 data) [Sep 18 09:52:09] NOTICE[2786] codec_g729.c: G.729 transcoding

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Bruce McAlister
I am experiencing the exact same problem on solaris, and we do have licenses purchased. I will log a bug at digium in the next day or two about my particular instance. Scott Moseman wrote: On 9/18/07, Matthew Fredrickson [EMAIL PROTECTED] wrote: I hate to ask what may be a silly question,

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
On 9/18/07, Matthew Fredrickson [EMAIL PROTECTED] wrote: I hate to ask what may be a silly question, but have you purchased any G.729 licenses to use with the g.729 codec you downloaded? If you haven't registered codec_g729 yet, that would be why you are seeing this problem with codec_g729.

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Matt Watson
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Moseman Sent: September-18-07 1:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] g729 on 1.4.10.1 On 9/18/07, Matthew Fredrickson [EMAIL PROTECTED] wrote: I hate to ask what may

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Jeremy Mann
: [asterisk-users] g729 on 1.4.10.1 PSTN - g729 requires transcoding at that point. You can however do: G.729 phone - asterisk - G.729 phone without license (from my understanding). But as soon as you introduce a non-g729 hop (ie. Analog PSTN line) it requires a license to preform transcoding. -- Matt

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
with reinvite turned off? -Original Message- From: [EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 1:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] g729 on 1.4.10.1 PSTN - g729 requires transcoding at that point. You can however

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
Subject: Re: [asterisk-users] g729 on 1.4.10.1 On 9/18/07, Matthew Fredrickson [EMAIL PROTECTED] wrote: I hate to ask what may be a silly question, but have you purchased any G.729 licenses to use with the g.729 codec you downloaded? If you haven't registered codec_g729 yet, that would be why

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Darrick Hartman (lists)
Matt Watson wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Moseman My understanding was that it's not required for pass-through. PSTN Phone - g729 Gateway - Asterisk - g729 Phone Does this not equate to pass-through? Maybe I

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Jason Parker
Scott Moseman wrote: The gateway is transcoding the PSTN into g729 and passing it to Asterisk. The Asterisk never sees the PSTN from the outside. I have watched the INVITE requests, they contain a request for a g729 only call. But the INVITE to the phone does not include g729. However, as

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
Follow me on this, it seems odd (or maybe I don't undertand)... Test #1 [src_phone] disallow=all allow=g729 [dest_phone] disallow=all allow=g729 I can make the call (src to dest) and it will work using g729. Both the call handling and media are going through Asterisk. Test #2 [src_phone]

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Kevin P. Fleming
Scott Moseman wrote: However, in Test #3 the call will fail. Why? Because Asterisk will attempt to use ulaw in preference to G.729 if possible, and the other endpoint offered to support ulaw. The format(s) supported by the eventual call destination are not relevant, because at the time

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-17 Thread Scott Moseman
What's the best way to debug what's going on within Asterisk? I turned up the 'core debug', but that did not give me what I was hoping to find. I'm hoping to see some kind of error that explains why it will not pass through the g729 codec. Thanks, Scott On 9/14/07, Scott Moseman [EMAIL

[asterisk-users] g729 on 1.4.10.1

2007-09-14 Thread Scott Moseman
I have a fresh 1.4.10.1 installation that appears to have a problem with g729 pass-through. I can see the gateway in question sending an INVITE using g729b. However, the Asterisk is only sending g711 in the INVITE to my Polycom phone. [gateway] disallow=all allow=g729 [phone] disallow=all