I can't seem to register properly with broadvoice servers. Looking at
tcpdump and log files I see registrations attemtps and traffic to
broadvoice, but no traffic or error messages of any kind from broadvoice.
Do my rules look ok ?


ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     icmp --  anywhere             anywhere            icmp any
ACCEPT     all  --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     udp  --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:http
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:https
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:5060
ACCEPT     udp  --  anywhere             anywhere            state NEW udp
dpt:5060
ACCEPT     udp  --  sip.broadvoice.com   anywhere
ACCEPT     udp  --  anywhere             anywhere            udp dpt:5060
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:5060
ACCEPT     udp  --  anywhere             anywhere            udp dpt:4569
ACCEPT     udp  --  anywhere             anywhere            udp dpt:5036
ACCEPT     udp  --  anywhere             anywhere            udp
dpts:10000:20000
ACCEPT     udp  --  anywhere             anywhere            udp dpt:2727
REJECT     all  --  anywhere             anywhere            reject-with
icmp-host-prohibited


_______________________________________________
--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

Reply via email to