[Freeswitch-users] Interface Listining Error
Abel
abel at metrogsm.net
Wed May 27 08:12:24 MSD 2015
Hello,
I want from Freeswitch to be listening SIP registrations on two diferent ports: 5060, and 443, but the freeswitch log’s says there is an error:
2011-05-05 02:54:25.563289 [DEBUG] switch_nat.c:500 mapped public port 5060 protocol UDP to localport 5060
2011-05-05 02:54:25.563289 [DEBUG] sofia.c:1432 Created UDP nat mapping for sipinterface_1 port 5060
2011-05-05 02:54:25.848007 [DEBUG] switch_nat.c:500 mapped public port 443 protocol TCP to localport 443
2011-05-05 02:54:25.850024 [DEBUG] sofia.c:1435 Created TCP nat mapping for sipinterface_2 port 443
2011-05-05 02:54:25.852043 [ERR] sofia.c:1481 Error Creating SIP UA for profile: sipinterface_2
I make sure that that port is not being used for another services in the system:
freeswitch]# nestat -na | more
-bash: nestat: command not found
[root at bluebox freeswitch]# netstat -na | more
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.0.106:5060 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.106:4453 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:976 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8021 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 ::ffff:192.168.0.106:22 ::ffff:192.168.0.101:64845 ESTABLISHED
tcp 0 52 ::ffff:192.168.0.106:22 ::ffff:192.168.0.101:49783 ESTABLISHED
udp 0 0 192.168.0.106:49035 192.168.0.1:5351 ESTABLISHED
udp 0 0 192.168.0.106:5060 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:970 0.0.0.0:*
udp 0 0 0.0.0.0:973 0.0.0.0:*
udp 0 0 192.168.0.106:4453 0.0.0.0:*
udp 0 0 0.0.0.0:39144 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 864 0 239.255.255.250:1900 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 :::44004 :::*
udp 0 0 :::5353 :::*
The freeswitch inself have this limitation with this port 443?
Thank You,
---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150527/75743982/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list