similar to: IAXTEL configuration for new iaxtel users.

Displaying 20 results from an estimated 3000 matches similar to: "IAXTEL configuration for new iaxtel users."

2004 May 24
0
IAX problems using CVS HEAD, but not CVS STABLE
Hi All, Sorry if this has been covered in the past; I've tried searching the archives, but haven't had any luck finding a similar problem. Basically I have problems when using IAX2 (which I now understand is just IAX). I have three IAX connections setup - VoicePulse, IAXtel, and an Asterisk IAX<->PSTN termination provider here in Sydney (ATP) If I try to use the CVS STABLE version
2004 Dec 21
2
IAXTEL Configuration
I signed up for an IAXTEL account and have been trying, unsuccessfully, to get it working. In IAX.CONF I have: [iaxtel_out] type=peer host=iaxtel.com username=USERNAME secret=SECRET auth=rsa inkeys=iaxtel [iaxtel] type=friend context=incoming host=iaxtel.com auth=rsa inkeys=iaxtel However, when I start Asterisk, I get the following warning: [chan_iax2.so] => (Inter Asterisk eXchange
2006 May 23
3
AGI ?
Hi All, I have been attempting to get an AGI LCRdialout script to work. Basically what I need to have happen is when someone dials out a number the script check to see if it is local if so, go out the ZAP channel. If the ZAP channel is busy, go out the IAX channels, if IAX is all busy, go out the SIP channels. Here is a sample of what I have in my script. #!/usr/bin/perl use strict; use
2005 Jan 17
2
iaxtel - -- Format for call is ADPCM
When I try to call iaxtel it goes to codec ADPCM even though I have define in iax.conf gsm Call accepted by 69.73.19.178 (format ADPCM) -- Format for call is ADPCM My settings: [general] port=4569 register => xxxx:xxxx@iaxtel.com bandwidth=high jitterbuffer=no tos=lowdelay [voipjet] type=peer host= xxx.xxx.xxx.xx secret= xxx auth=md5 notransfer=yes context=incoming disallow=all ;
2005 Feb 21
1
why can't I make toll free calls via IAXTEL
<BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid"> <DIV>Hello,</DIV> <DIV>&nbsp;can someone tell me what's wrong with this? I can't make toll free calls via iaxtel. Here's the definition in my extensions.conf</DIV> <DIV>&nbsp;</DIV><FONT size=2> <DIV>[iaxtel-trunks]</DIV>
2004 Jun 21
1
IAXTel Help
I've searched WIKI and Archives but nothing. Im getting: -- Called username:password@iaxtel.com/1800somenumber@iaxtel Jun 21 17:04:12 WARNING[1158883520]: chan_iax2.c:5097 socket_read: Call rejected by 69.73.19.178: Unable to negotiate codec -- Hungup 'IAX2[Iaxtel]/8' == No one is available to answer at this time -- Executing Hangup("SIP/104-b8eb", "")
2004 Jul 12
1
SIP client to IAXTel 800/888/877/866 dialing thru Asterisk
Through my Asterisk server, I am trying to use IAXTel to dial 800-type numbers (yes, I know I can do the same thing with FWD and others via SIP, but I wanted to play with IAX a little). It appears I'm running into some sort of a codec mismatch or something because it's not working right. The SIP client is a SPA-3000. In iax.conf, I have something like the following: [General]
2003 Sep 16
1
Using IAXTEL with RSA authentication. MD5 works, RSA not. [2]
[ Sorry, I incorrectly copied some Reference headers into this post and tacked it onto the wrong thread. -Steve ] So far, I have been able to receive incoming iaxtel calls via my assigned 1-700-xxx-xxxx number, but only when using md5 authentication in iax.conf: [iaxtel] type=user ; Incoming calls only context=incoming auth=md5 secret=<mysecret> ; Required for
2004 Jul 13
2
IAX2 calls through IAXTEL.com
I created an account at IAXTEL.com to route 1-700-XXX-XXXX calls through. IAXTEL.com gave me a number (example) of 700-555-6226. I have made the following changes to my: /etc/asterisk/extensions.conf: [iaxtel700] exten => _81700XXXXXXX,1,Dial(IAX2/myusername:mypassword@iaxtel.com/${EXTEN:1}) exten => _81800NXXXXXX,1,Dial(IAX2/myusername:mypassword@iaxtel.com/${EXTEN:1})
2005 May 13
0
Problem with IAX trunking
Hi all, I'm trying to get IAX2 trunking between two * boxes and am having extreme difficulty :) What happens is when the sending * server (the one initiating the call) receives the ACCEPT back from the receiving server it immediately replies with INVAL. I've checked the code and it seems to be not matching the accept packet with the relevant item in the iaxs array due to the following
2004 Dec 26
7
IAX Registration Refused
I tried to connect my * to IAXtel, but i always get this errors. chan_iax2.c:5849 socket_read: Registration of 'mnetwork' rejected: Registration Refused On dial a iax number i get: chan_iax2.c:5526 socket_read: Call rejected by 69.73.19.178: No authority found chan_iax2.c:5528 socket_read: Immediately destroying 3, having received reject chan_iax2.c:2411 iax2_hangup: We're hanging
2005 Feb 20
7
bridging iaxtel calls to PSTN
Hello, I just started using asterisk, and have a question. I have setup two asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1 FSX modules) and is connected to the PSTN. B has same, but is NOT connected to PSTN. I want to configure B to call A via iaxtel, and connect to the PSTN using A's line. How can I configure iaxtel dial plan for B in extensions.conf? I want to be
2005 May 08
0
RSA question
Hi, Acording with http://www.voip-info.org/wiki-Asterisk+iax+rsa+auth, both sides should have "auth=rsa" in their respective section at iax.conf. But i've found that if server includes this option, the client keeps saying "No way to send secret to peer". My links with FWD and Iaxtel are working fine, this is a test i m doing with 2 asterisks i configured. Also, if i use
2004 Jan 08
0
iaxtel iax.conf entry?
Hello all, Can someone send me a current working example of what the entries need to look like for iaxtel and the iax.conf file inclusive of the register line? It's been quite awhile since I have done anything with iaxtel and I need to do a little bit of testing. Currently it appears that I can make calls out to iaxtel fine however inbound seems to be another question. I see 2 iaxtel
2004 Jun 28
2
Incoming IAXTel/IAX2 issue
Hi all, I spent most of the last weekend testing and trying to diagnose some mostly incoming call issues. I'll start with the easy one in the hopes it might have a positive impact on the others. First- I have an account with IAXTel. I can place calls to other IAXTel subscribers and also through IAXTel to landline toll free numbers and all works great. iax2 show registry shows I am
2005 Jan 21
3
IAXTEL is dead/dying?
I didn't get any response at all to my last "request for status" on IAXTEL. So, when this happens, I attribute it to one of a number of things: 1. No-one knows. 2. No-one cares. 3. Everyone knows, but are too busy to reply. At any rate, my investigative side kicks in and I began searching thru the digest's I've gotten, looking for references to IAXTEL. Mostly it is
2006 Mar 10
1
IAX / Firefly handshake problem
I had a working 1.0.9 asterisk installation and tried to get a Firefly IAX phone to register, but it was failing. I upgraded to asterisk 1.2.5 and the PBX is working fine, but the IAX phone still won't connect. Below is my iax.conf and the output from setting iax2 debug while the phone tries to connect. Could somebody please give me some pointers? This doesn't seem to be a normal
2005 Jan 20
0
What's up with IAXTEL?
I finally got around to signing up with Iaxtel and Free World Dialup... the price was right, as far as that goes! I've gotten and placed calls via FWD just fine. But I can't seem to get registered, or stay registered, with Iaxtel. My logs show the story; at startup I see: Jan 20 07:14:44 VERBOSE[14121]: -- Registered to '65.39.205.121', who sees us as ... yada yada... As
2003 Oct 14
1
IAXTEL - Problem Configuration.
Ok folks I have another question. So far I have gotten my IAXTEL number and I have been able to make calls from my asterisk system to any IAXTEL number and even to FWD numbers. I also got FWD to work and I now can get calls to my main system. It's great when these things work. But when I call my own IAXTEL number 17005441100 all I get is a message saying the user is un registered or un
2003 Nov 25
0
For all IAXTEL users of DIAX
Hi all. In order to dial an IAXTEL number, even you have registered using user/pass/iaxtel.com, at the end of the dial string a @iaxtel context must be appended. I will do this automatically in version 0.9.5 In the mean time, you can only dial IAXTEL numbers from the phonebook. Sorry for the inconvenience. Best regards, Dan P.S. If someone can send me his IAXTEL number, I'll call him to