Page 1 of 1

Sip port 5060 or other port num not active in centOS6.5

Posted: 2020/06/06 13:54:57
by Adetola
Gooday all,
I have a Orion vx1000 running surf application on centOS 6.5 , the listening sip port interface not accepting any port number after several edit on the GUI .

Re: Sip port 5060 or other port num not active in centOS6.5

Posted: 2020/06/06 15:53:11
by TrevorH
CentOS 6.5 is 7 years out of date!

Run yum update to get yourself current on 6.10. Be aware that all of CentOS 6 dies later this year so you need to be looking to migrate to a newer version sooner rather than later. There will be no more security updates after the end of November 2020.

Did you check if you allowed the port in the firewall? Did you check if your app is listening on an ip address other than localhost?

Re: Sip port 5060 or other port num not active in centOS6.5

Posted: 2020/06/06 21:02:04
by Adetola
The server is deployed in local network. How do I verify that the application listens to 5060? Definitely is not because the sip listening port is just default to 0 .
And what command do I issue to make Orion application pick 5060?

Re: Sip port 5060 or other port num not active in centOS6.5

Posted: 2020/06/07 03:45:41
by Whoever
Adetola wrote:
2020/06/06 21:02:04
The server is deployed in local network. How do I verify that the application listens to 5060? Definitely is not because the sip listening port is just

Code: Select all

netstat -avpn | grep 5060

Re: Sip port 5060 or other port num not active in centOS6.5

Posted: 2020/06/07 13:19:33
by Adetola
[root@vx1000 ~]# netstat -ntulp|grep 5060
no any output. The application is orion mcu surf for videoconferencing

Re: Sip port 5060 or other port num not active in centOS6.5

Posted: 2020/06/07 13:52:25
by TrevorH
Then you need to fix your application as it's not listening on the correct ports.