[Asterisk-Users] Receiving Calls from FWD Network using IAX2
kswail
kswail at hotmail.com
Thu Aug 4 13:04:35 MST 2005
Hello,
I am trying to setup my Asterisk box to accept calls from the FWD network.
I've followed all the config advice / samples I've found on the web.
Making calls to devices on the FWD network from my Asterisk box works
flawlessly, but whenever I try to call my Asterisk box from a FWD client I
get a busy signal, and a "Call Disconnected" 486 error.
What's odd is that I don't see any debug info from the console (iax2 debug).
I've tried forwarding UDP port 4569 to my Asterisk box and no diff.
Anyone have any advice? Cheers!
kswail
===========================================================
Here are relevant parts of my configs
-----------------------------------------------------------
iax.conf
-----------------------------------------------------------
register=xxxxx:yyyyyyyy at iax2.fwdnet.net
[fwd]
username=xxxxx
type=peer
secret=yyyyyyyy
qualify=yes
host=iax2.fwdnet.net
auth=md5
[fwd-in]
type=user
inkeys=freeworlddialup
context=from-pstn
auth=rsa
===========================================================
Here is output from the asterisk console as it pertains to IAX2
-----------------------------------------------------------
asterisk*CLI> iax2 show registry
Host Username Perceived Refresh State
65.39.205.121:4569 xxxxx 00.00.00.244:4569 60 Registered
-----------------------------------------------------------
asterisk*CLI> iax2 show peers
Name/Username Host Mask Port Status
fwd/xxxxx 65.39.205.121 (S) 255.255.255.255 4569 OK (15 ms)
-----------------------------------------------------------
More information about the asterisk-users
mailing list