Okay I just setup my Asterisk box and I have it on a LAN with soft and hard phones. I can’t get any SIP devices to authenticate and register with Asterisk. This is all internal and I’ve even disabled the firewall but to no avail. I’ve tried ports 5060 and 5061. I keep thinking the box itself is blocking requests from the devices and when I ran netstat looking for asterisk here is what I got:
tcp 0 0 0.0.0.0:5038 0.0.0.0:* LISTEN 7657/asterisk
tcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTEN 7657/asterisk
udp 0 0 0.0.0.0:5000 0.0.0.0:* 7657/asterisk
udp 0 0 0.0.0.0:2727 0.0.0.0:* 7657/asterisk
udp 0 0 0.0.0.0:4520 0.0.0.0:* 7657/asterisk
udp 0 0 0.0.0.0:5060 0.0.0.0:* 7657/asterisk
udp 0 0 0.0.0.0:4569 0.0.0.0:* 7657/asterisk
unix 2 [ ACC ] STREAM LISTENING 23668 7657/asterisk /var/run/asterisk/asterisk.ctl
What am I missing?
Here’s the info:
FreePBX 2.7.0.2
Asterisk 1.6.2.6
CentOS 5.4
checked that there are succesfully listening ports (UDP) for SIP and IAX:
Then I plugged into FastEthernet port on switch my IP phone and watched (by wireshark) how he tries to register:192.168.1.3 to 192.168.1.2 SIP REGISTER
and there are NO SIP frames from 192.168.1.2 (asterisk/openSuse).
I do not have a clue what is going on.
Why does asterisk even don’t reject (loudly via LAN) SIP REGISTER?
I’ll be glad for help. Any help, any notion or idea.
Mike
Do you know any 1.6 tutorial (as 1.4 book solution has not worked for me ) where you create from scratch (so no make samples!) simple LAN topology just with let’s say two SIP hard/softphones?
In other words just basic configuration files to let talk to each other but without all bunches of these modules config files.
?