[asterisk-users] g729 with Cisco gateways?

2009-01-21 Thread Scott Moseman
Does anyone have Asterisk 1.4 using g729 with a Cisco gateway? So far I'm 0 for 2 when trying to get my Asterisk to use g729 with Cisco gateways. I do not have a problem with g729 when using our IP phones or talking with our non-Cisco VOIP platform. The problem only seems to exist, at least in m

[asterisk-users] Any SLA alternatives?

2008-06-25 Thread Scott Moseman
I have a group of people who have distinct phone numbers plus a shared number. The shared number is actually a group that rings through to all of their direct numbers. I want them to: 1) be able to make outgoing calls as the shared number and 2) be able to make outgoing calls as their direct numb

[asterisk-users] Asterisk Appliance Logs?

2007-10-17 Thread Scott Moseman
My phone isn't registering with my Asterisk appliance, but I'm not sure where to find any logs to see what is going on? Does the appliance not support log viewing? Thanks, Scott ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- as

Re: [asterisk-users] My G729 problem re-visited

2007-10-15 Thread Scott Moseman
er, Paul C. <[EMAIL PROTECTED]> wrote: > > Have you figured out if asterisk is crashing or not? > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Scott Moseman > > Sent: Friday, October

Re: [asterisk-users] My G729 problem re-visited

2007-10-12 Thread Scott Moseman
AIL PROTECTED]> wrote: > > How do you get 11ms translation time on ulaw 729 ? > > we have 12ms and its dual xeons 2.6.. > > > On 9/26/07, Scott Moseman < [EMAIL PROTECTED]> wrote: > > > > Ok, I built a test system to duplicate my problem and provide myself

Re: [asterisk-users] My G729 problem re-visited

2007-10-12 Thread Scott Moseman
ump? > > I have core dump issues with g729 and asterisk 1.4.11, but my set up is > a little different than yours... > > > > -Original Message- > > From: Scott Moseman > > Sent: Friday, October 12, 2007 10:22 AM > > To: Asterisk Users Mailing List - Non-

Re: [asterisk-users] My G729 problem re-visited

2007-10-12 Thread Scott Moseman
hown below. Thanks, Scott On 9/26/07, Scott Moseman <[EMAIL PROTECTED]> wrote: > > Ok, I built a test system to duplicate my problem and provide myself > a platform that I can mess around with to try and break any features. > My problem is G729 pass-through from a gateway to a

[asterisk-users] Display channels and codecs

2007-10-12 Thread Scott Moseman
Is there an easy way to show all active channels AND the codecs they're using? Other than going through EACH channel individually to check the codec which is, obviously, not a very efficient process. Thanks, Scott ___ --Bandwidth and Colocation Provide

[asterisk-users] My G729 problem re-visited

2007-09-26 Thread Scott Moseman
Ok, I built a test system to duplicate my problem and provide myself a platform that I can mess around with to try and break any features. My problem is G729 pass-through from a gateway to a phone. I think I even have transcoding working, which makes me more confused on what's wrong with my pass-th

Re: [asterisk-users] Asterisk Redundancy

2007-09-26 Thread Scott Moseman
On 9/26/07, SIP <[EMAIL PROTECTED]> wrote: > > No. It's not. But there still exists the possibility even in a > relatively stable situation that the software could crash or that > hardware could fail. It's best, when planning a highly-available > solution, to plan for the unforeseen and not assume

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 sugg

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 A

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

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

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
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 previously stated, I did ge

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
ding. > > -- > Matt > > -Original Message- > 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

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_g

Re: [asterisk-users] g729 on 1.4.10.1

2007-09-18 Thread Scott Moseman
=> (Annex A/B (floating point) G.729 Codec (optimized for i686)) Any ideas where this points me? Thanks, Scott On 9/17/07, Scott Moseman <[EMAIL PROTECTED]> wrote: > > What's the best way to debug what's going on within Asterisk? > I turned up the 'core debug'

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/

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