Hi Guys,
I have Asterisk 1.4 running on Fedora Core 8. My clients on the internal network and communicate successfully. However, I’m attempting to get a few external users with laptop to be able to connect to the server however, they are not being able to do that. I have edited the SIP.conf file and made the following adjustments.
externhost = host.domain.com
externip = x.x.x.x
localnet = x.x.x.x/x.x.x.x
nat = yes
port = 5060
disallow = all
allow = ulaw
allow = alaw
alow = g729
allow = gsm
qualify = yes
In addtion, I ensure on the user the NAT option is ticked in the asterisk-gui config.
Also below is a short capture from Wireshark. Can anyone tell me what is wrong here.
Protocol SIP Request: REGISTER sip:domain
SIP Status: 100 Trying (1 bindings)
SIP sTATUS: 401 Unauthorized (o bindings)
P.S. The same accounts that work internally are reporting errors when I try to access the system from outside the LAN.
thanks