SIP Registration failure

I’m having a problem with X-Lite registration. Installed FreePBX 2.5.1.5 with CentOS from AsteriskNOW iso. Upgraded and installed all modules. Registration error: 408 - Request timeout. Have rebooted a time or two. I must be missing something really obvious. Doesn’t appear to be anything listening at UDP 5060. Any help you can provide would be really great!

[root@tram asterisk]# sestatus
SELinux status: disabled

[root@tram asterisk]# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
10:47:38.608803 IP poodle.xyz.com.42981 > tram.xyz.com.sip: SIP, length: 560
10:47:38.616349 IP tram.xyz.com > poodle.xyz.com: ICMP tram.xyz.com udp port sip unreachable, length 556
10:47:39.218446 IP poodle.xyz.com.42981 > tram.xyz.com.sip: SIP, length: 560

[root@tram asterisk]# netstat -anp | grep ^udp
udp 0 0 0.0.0.0:48917 0.0.0.0:* 2445/avahi-daemon:
udp 0 0 0.0.0.0:732 0.0.0.0:* 1828/rpc.statd
udp 0 0 0.0.0.0:735 0.0.0.0:* 1828/rpc.statd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2445/avahi-daemon:
udp 0 0 0.0.0.0:111 0.0.0.0:* 1799/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 2157/cupsd
udp 0 0 :::53861 :::* 2445/avahi-daemon:
udp 0 0 :::5353 :::* 2445/avahi-daemon:

Resolved. Hit “Apply Configuration Changes” at top of FreePBX Status page, then restart asterisk. Lots of new files in /etc/asterisk and sip and iax are running. Probably should have read the docs better. :slight_smile:

I have the same problem. I would like to tell me that’s what I have read to fix.