vote up 0 vote down star

sip phones unable to register with SIPXECS server 4.0.0

I made a wireshark trace and can see that the sip phone sends the register message to the 5060 port and the server send an ICMP port unreachable message in return, I realise it is because the port 5060 is not open, I have disabled SELINUX and also disabled IPTables, yet i see the same port unreachable message, can someone help me opening this port 5060 please.

flag

75% accept rate
The Port unreachable error basically signifies that the server is not listening on port 5060. You can run 'netstat -an' on the server to check if the port is being used by the server. – Aditya Sehgal Jun 14 at 15:30

1 Answer

vote up 0 vote down

Are you sure that the server is running at all?

If it is, look at your server's error messages and give us some more information. If the port is not visible in netstat, it's not the fault of iptables (it only filters the traffic). Make sure you are listening / connecting to with the same protocol (UDP / TCP / TLS).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.