Is anyone other than me having trouble dialing out via IAXTEL? I havn't changed my config files in weeks but seems that IAXTel calls (800 and FWD) stopped working in the past week sometime. Robert
Hi, ----- Original Message ----- From: "rnc Info Lists" <info-lists@robertc.de> To: <asterisk-users@lists.digium.com> Sent: Saturday, December 06, 2003 2:45 PM Subject: [Asterisk-Users] IaxTel seems down> Is anyone other than me having trouble dialing out via IAXTEL? I havn't > changed my config files in weeks but seems that IAXTel calls (800 and FWD) > stopped working in the past week sometime. >I have just configured my * server with the IAXTEL account and it works for me.. I can dial another IAXTEL number, but I have not tested 800 and FWD. Best regards, Dan
> Is anyone other than me having trouble dialing out via IAXTEL? I havn't > changed my config files in weeks but seems that IAXTel calls (800 and FWD) > stopped working in the past week sometime.Yes, I've been having problems as well but had not taken the time to diagnose the problem. Just did some looking and it appears iaxtel.com has removed the iax v1 support. iax2 seems to be working fine. A test call to an 800 number (via iaxtel.com) received an icmp port unreachable for udp/5036 indicating their server no longer has any iax functions listening on that port. In your extensions.conf, look for: exten => _1800NXXXXXX,1,Dial(IAX/myname:mypassword@iaxtel.com/${EXTEN}@iaxtel) and change it to something like: exten => _1800NXXXXXX,1,Dial(IAX2/myname:mypassword@iaxtel.com/${EXTEN}@iaxtel) ^ and reload asterisk. You may have other config files that also need to be updated as well. Rich
To add to this problem, we have been fighting a denial of service attack on the toll-free gateways. We have installed new code to deal with this problem hopefully. I will never understand why someone would attack a free service. John Lodden Telesthetic On Sat, 2003-12-06 at 07:45, rnc Info Lists wrote:> Is anyone other than me having trouble dialing out via IAXTEL? I havn't > changed my config files in weeks but seems that IAXTel calls (800 and FWD) > stopped working in the past week sometime. > > Robert > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users