I made the firewall changes but still the same result.

On the GS100 phone, what us STUN server?
Why is it important?
If it say No in the config, I hear nothing.
If it says and has GS's STUN IP the connection is one way as noted
prior. Might this be the culprit?

Thanks... I am almost there....!! 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Deon
Rodden
Sent: Tuesday, October 19, 2004 11:35 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Almost there--Remote connection


My firewall script has something to the effect of:

# Allow Existing traffic through
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

# Incoming VOIP Ports
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5036:5045 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 5036:5045 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 2727:2727 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 4569:4569 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 5060:5061 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 10000:20000 -j
ACCEPT

That's for IAX2 and SIP.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karl Dyson
Sent: Tuesday, October 19, 2004 11:22 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Almost there--Remote connection

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Ferguson, Michael
> Sent: 19 October 2004 16:18
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] Almost there--Remote connection
> 

[snip]

> 
> The * server is behind a firewall and I have opened ports 
> 10000-10100 5060
> 5004
> 4569
> 

IIRC, SIP uses 10000-20000 by default. Have you changed this to
10000-10100?

Cheers,

Karl

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to