Hi. I just tried updating asterisk and I guess I broke something. Here's the log: Unable to find a path from G729A to SLINR Unable to find a path from ULAW to G729A Any ideas on what I should try? I tried nuking all the zaptel stuff in the system and the source and started over agian. Also nuked the asterisk config files.... I saw this asked once before but there was no reply :-/ Thanks, Kevin _____________________________________________________________ Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
Hi Kevin, you are probably using an IP phone which is configured to use g729 as the codec. Configure your phone to use ulaw (a.k.a. g711 or PCMU). If you want to make use of g729 to save bandwidth when connecting over a WAN you can purchase a g729 license at digium. regards kapejod -- Klaus-Peter Junghanns CEO,CTO Junghanns.NET GmbH Breite Strasse 13 - 12167 Berlin - Germany fon: +49 30 79705392 fax: +49 30 79705391 iaxtel: 1-700-157-8753 email: kpj@junghanns.net http://www.junghanns.net/asterisk Am Son, 2003-11-09 um 11.21 schrieb Kevin Bockman:> Hi. I just tried updating asterisk and I guess I broke something. Here's the log: > > Unable to find a path from G729A to SLINR > Unable to find a path from ULAW to G729A > > Any ideas on what I should try? I tried nuking all the zaptel stuff in the system and the source and started over agian. Also nuked the asterisk config files.... > > I saw this asked once before but there was no reply :-/ > > Thanks, > > Kevin > > _____________________________________________________________ > Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
You are using some kind of VoIP. I use SIP, so I'll use that as an example. In sip.conf in the [general] section put in disallow=all and allow=ulaw Restart Asterisk. The same would apply to iax.conf or any of the other files. On Sun, 2003-11-09 at 04:21, Kevin Bockman wrote:> Hi. I just tried updating asterisk and I guess I broke something. Here's the log: > > Unable to find a path from G729A to SLINR > Unable to find a path from ULAW to G729A > > Any ideas on what I should try? I tried nuking all the zaptel stuff in the system and the source and started over agian. Also nuked the asterisk config files.... > > I saw this asked once before but there was no reply :-/ > > Thanks, > > Kevin > > _____________________________________________________________ > Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Now with links to Unofficial Asterisk pages! http://www.digium.com/index.php?menu=documentation BTEL Consulting 504-899-1387 or 850-484-4545 or 877-677-9643
On Sun, 2003-11-09 at 04:21, Kevin Bockman wrote:> Hi. I just tried updating asterisk and I guess I broke something. Here's the log: > > Unable to find a path from G729A to SLINR > Unable to find a path from ULAW to G729A > > Any ideas on what I should try? I tried nuking all the zaptel stuff in the system and the source and started over agian. Also nuked the asterisk config files....--- Eric Wieling <eric@fnords.org> wrote:>You are using some kind of VoIP. I use SIP, so I'll use that as an >example. In sip.conf in the [general] section put in disallow=all and >allow=ulaw Restart Asterisk. The same would apply to iax.conf or any >of the other files.Yeah, I'm using FWD. I've always had: disallow=all allow=ulaw allow=alaw allow=gsm but.. it's not working now. Just happened to stop after I upgraded, so I thought I messed something up.. any other ideas? Kevin _____________________________________________________________ Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com