Does anyone knows what could be the cause for asterisk not listening in post 5060 if SIP interfaces is loaded with no problems? I am using Fedora Core 3. I have followed the instructions in several tutorials and tried several soft phones and the SIP interface seem to be dead. 1. When loading asterisk SIP load with no problem 2. When I activate the DEBUG for a peer, ip or sip in general, I don't get to see any messages when a connection is attempted from any soft phone. 3. The soft phones all report a timeout when trying to register. 4. Tried also to move to port 80 that I know is open but still the same problem. I will appreciate any help anyone can provide with this problem. Elpidio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060901/c82933ec/attachment.htm
Steven Ringwald
2006-Sep-01 09:35 UTC
[asterisk-users] ASTERISK NOT LISTENING IN PORT 5060
Elpidio Ramos wrote:> Does anyone knows what could be the cause for asterisk not listening > in post 5060 if SIP interfaces is loaded with no problems? > > I am using Fedora Core 3. > > I have followed the instructions in several tutorials and tried > several soft phones and the SIP interface seem to be dead. > > 1. When loading asterisk SIP load with no problem > 2. When I activate the DEBUG for a peer, ip or sip in general, I don't > get to see any messages when a connection is attempted from any soft > phone. > 3. The soft phones all report a timeout when trying to register. > 4. Tried also to move to port 80 that I know is open but still the > same problem. > > I will appreciate any help anyone can provide with this problem.Do you have iptables turned on and/or port 5060 UDP blocked? Steve
which softphone? On 9/1/06, Elpidio Ramos <elpidio@ramosoft.com> wrote:> > Does anyone knows what could be the cause for asterisk not listening in > post 5060 if SIP interfaces is loaded with no problems? > > I am using Fedora Core 3. > > I have followed the instructions in several tutorials and tried several > soft phones and the SIP interface seem to be dead. > > 1. When loading asterisk SIP load with no problem > 2. When I activate the DEBUG for a peer, ip or sip in general, I don't get > to see any messages when a connection is attempted from any soft phone. > 3. The soft phones all report a timeout when trying to register. > 4. Tried also to move to port 80 that I know is open but still the same > problem. > > I will appreciate any help anyone can provide with this problem. > > Elpidio > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- Com os melhores cumprimentos, Marco Mouta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060901/0f80a8a9/attachment.htm
Elpidio, Is it truly not listening or is maybe a firewall blocking port 5060. What does netstat -an | grep 5060 tell you? I get this: netstat -an | grep 5060 udp 0 0 0.0.0.0:5060 0.0.0.0:* iptables -L will list any firewall restrictions. Bob... On Fri, 2006-09-01 at 09:12 -0700, Elpidio Ramos wrote:> Does anyone knows what could be the cause for asterisk not listening > in post 5060 if SIP interfaces is loaded with no problems? > > I am using Fedora Core 3. > > I have followed the instructions in several tutorials and tried > several soft phones and the SIP interface seem to be dead. > > 1. When loading asterisk SIP load with no problem > 2. When I activate the DEBUG for a peer, ip or sip in general, I don't > get to see any messages when a connection is attempted from any soft > phone. > 3. The soft phones all report a timeout when trying to register. > 4. Tried also to move to port 80 that I know is open but still the > same problem. > > I will appreciate any help anyone can provide with this problem. > > Elpidio > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, I am Chandra. I have a doubt related to ports. I have seen my port 5060 status with nmap command and it is showing that 5060 blocked. Afterthat, I stopped firewall also. After stopping the firewall also, it is showing the 5060 port is blocked. Can I need to restart the linux system from boot to take the effect? Please tell me how to open 5060 port? Looking forward to your response. Thank you. Regards, Chandra. Steven Ringwald <asric@asric.com> wrote: Elpidio Ramos wrote:> Bob, > > I get the same answer you get when using netstat -an > > When I query the firewall rules I get this: > Chain RH-Firewall-1-INPUT (2 references) > target prot opt source destination > ACCEPT all -- anywhere anywhere > ACCEPT icmp -- anywhere anywhere icmp any > ACCEPT ipv6-crypt-- anywhere anywhere > ACCEPT ipv6-auth-- anywhere anywhere > ACCEPT udp -- anywhere 224.0.0.251 udp dpt:5353 > ACCEPT udp -- anywhere anywhere udp dpt:ipp > ACCEPT all -- anywhere anywhere state > RELATED,ESTABLISHED > ACCEPT tcp -- anywhere anywhere state NEW > tcp dpt:ssh > ACCEPT tcp -- anywhere anywhere state NEW > tcp dpt:http > REJECT all -- anywhere anywhere > reject-with icmp-host-prohibited > > I assume this indicates port 5060 is restricted?Yep. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2?/min or less. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060901/0fb49831/attachment.htm