Steve Prior wrote:> As a test I'm trying to call the Asterisk shipping dept at (700) 428-6004 > and have had no success. Is IAXTEL working? I have had no problems > with the Inter Asterisk connection part of the Asterisk demo.It's not working for me... -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
As a test I'm trying to call the Asterisk shipping dept at (700) 428-6004 and have had no success. Is IAXTEL working? I have had no problems with the Inter Asterisk connection part of the Asterisk demo. Is there anything wrong with what I've got below? Here is the log (password substituted of course): -- Starting simple switch on 'Zap/2-1' -- Executing Dial("Zap/2-1", "IAX2/sprior:password@iaxtel.com/17004286004@iaxtel") in new stack -- Called sprior:password@iaxtel.com/17004286004@iaxtel Nov 15 22:18:45 NOTICE[24211]: chan_iax2.c:2199 auto_congest: Auto-congesting call due to slow response -- IAX2/69.73.19.178:4569/2 is circuit-busy -- Hungup 'IAX2/69.73.19.178:4569/2' == Everyone is busy/congested at this time == Auto fallthrough, channel 'Zap/2-1' status is 'CHANUNAVAIL' -- Hungup 'Zap/2-1' I've got the following in my iax.conf: register => sprior:password@iaxtel.com And the following in my extensions.conf: [globals] IAXINFO=sprior:password [iaxtel] exten => _1700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) exten => _1888NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) exten => _1877NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) exten => _1866NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) exten => _1800NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) Thanks Steve
Kind of looks like iaxtel is not functional again. Tried calling the number you provided and tried calling my 700 number. Both fail with no indication of what might have happened. ------------------------> As a test I'm trying to call the Asterisk shipping dept at (700) 428-6004 > and have had no success. Is IAXTEL working? I have had no problems > with the Inter Asterisk connection part of the Asterisk demo. > Is there anything wrong with what I've got below? > > Here is the log (password substituted of course): > > -- Starting simple switch on 'Zap/2-1' > -- Executing Dial("Zap/2-1", > "IAX2/sprior:password@iaxtel.com/17004286004@iaxtel") in new stack > -- Called sprior:password@iaxtel.com/17004286004@iaxtel > Nov 15 22:18:45 NOTICE[24211]: chan_iax2.c:2199 auto_congest: Auto-congesting > call due to slow response > -- IAX2/69.73.19.178:4569/2 is circuit-busy > -- Hungup 'IAX2/69.73.19.178:4569/2' > == Everyone is busy/congested at this time > == Auto fallthrough, channel 'Zap/2-1' status is 'CHANUNAVAIL' > -- Hungup 'Zap/2-1' > > > I've got the following in my iax.conf: > register => sprior:password@iaxtel.com > > And the following in my extensions.conf: > [globals] > IAXINFO=sprior:password > > [iaxtel] > exten => _1700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) > exten => _1888NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) > exten => _1877NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) > exten => _1866NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) > exten => _1800NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN}@iaxtel) > > Thanks > Steve > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users---------------End of Original Message-----------------