[asterisk-users] Asterisk-beginner : cannot make phonecalls using Asterisk

Torbjörn Abrahamsson torbjorn.abrahamsson at gmail.com
Tue Apr 14 13:53:06 CDT 2009


Your problem is that you put your line after the REJECT line. Your line is
never reached. Move it up one line, before the REJECT, and it will work as
expected.
 
// T


  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of jonas kellens
Sent: den 14 april 2009 20:04
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk-beginner : cannot make phonecalls
using Asterisk


There is something wrong with my IPtables !!!

When i do :

service iptables stop

I see my phones register on the CLI !!

I can place a call and the phone rings !! I see a whole lot of SIP-requests
on the CLI with SDP-message in body !! That's good news...

What is wrong with my IPtables-rule I've added in /etc/sysconfig/iptables
???

[root at asterisk sysconfig]# cat iptables
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
-A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
-A RH-Firewall-1-INPUT -p 50 -j ACCEPT
-A RH-Firewall-1-INPUT -p 51 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
ACCEPT
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
-A RH-Firewall-1-INPUT -p udp -m udp --dport 5060 -j ACCEPT
COMMIT


Greetingz,
Jonas. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090414/33a894d8/attachment.htm 


More information about the asterisk-users mailing list