[Asterisk-Users] Re: Can't get incoming calls with IAX trunks (FWD
& Teliax)
Iassen Hristov
ih.ng at databrokers.net
Fri Apr 29 23:44:33 MST 2005
This question will be better addressed on the aah forums.
I would suggest:
1) have you setup a DID?
2) take a look in the log file
tail -f /var/log/asterisk/full
3) see the numerous threads on the aah forums about how to configure FWD
and Teliax (and other providers)
I personally have both FWD and Teliax working perfectly fine with aah.
Here are the relevant parts of my iax_additional.conf. Of course you should
replace USERID, FWDNUMBER and PASSWORD with yours. Of course you should not
change iax_additional.conf directly, but paste the different parts in AMP
-------------- excerpt from iax_additional.conf --------------
register=USERID:PASSWORD at voip.teliax.com
register=FWDNUMBER:PASSWORD at iax2.fwdnet.net
[fwd]
username=FWDNUMBER
type=peer
secret=PASSWORD
qualify=yes
host=iax2.fwdnet.net
disallow=all
context=from-pstn
auth=md5
allow=ulaw
[fwd-in]
type=user
inkeys=freeworlddialup
disallow=all
context=from-pstn
auth=rsa
allow=ulaw
[teliax]
username=USERID
type=friend ; one should think it has to be peer, but that does not work
secret=PASSWORD
host=voip.teliax.com
context=from-pstn
auth=md5
[teliax-in]
username=USERID
type=user
secret=PASSWORD
host=voip.teliax.com
context=from-pstn
auth=md5
-------------- end excerpt from iax_additional.conf --------------
>
> Message: 28
> Date: Fri, 29 Apr 2005 21:03:39 -0700 (PDT)
> From: "Patrick Gray, Jr." <patgrayjr at yahoo.com>
> Subject: [Asterisk-Users] Can't get incoming calls with IAX trunks
> (FWD & Teliax)
> To: asterisk-users at lists.digium.com
> Message-ID: <20050430040339.25206.qmail at web14222.mail.yahoo.com>
> Content-Type: text/plain; charset=us-ascii
>
> I have Asterisk at Home 0.9 running, and everything seems
> to work well EXCEPT incoming calls.
>
> I have an FWD and Teliax trunk (both using IAX), and a
> Cisco 7960 SIP phone connected to Asterisk.
> Everything tests fine:
>
> - Can call from softphone to Cisco and vice versa
> - Asterisk inbound simulation works like a champ
> - Voicemail works fine
> - Outbound calls to both trunks works fine
>
> However, when I call into my system on the FWD or
> Teliax trunks, nothing happens. Nothing appears on
> the asterisk console so Im not even sure where to
> start. Im suspecting network problems, but dont
> know what to look for. My asterisk box sits on my
> LAN, behind an IPCop-based NAT router. Ive forwarded
> port 4569 UDP and TCP to the asterisk box, but still
> no joy. Ive googled and checked voip-info, but
> everything that mentions NAT as a potential problem
> points to IAX as the solution. Trunk-wise, Im pure
> IAX (only SIP is the 7960, and its on the same
> network as the asterisk box).
>
> Im pretty new to asterisk, so if you can dumb down
> any debugging advice Id appreciate it.
>
> Thanks a ton!
>
> Pat
>
More information about the asterisk-users
mailing list