Using X-lite softphone, can connect to my VOIP provider and make/receive calls with PLDT DSL, but not GlobeDSL. When using the GlobeDSL, I can get connected to them, but all calls result in "Call failed: 408 Timeout" Not sure if it's a firewall issue with the Globe modem/router, I've got the Speedtouch 511e. I used telnet to get into the modem and reviewed the rules, but not sure if I need to add one specifically because I didn't have to do anything with the PLDT modem.
=>:firewall rule list
:firewall rule create chain=source index=0 dstintfgrp=!wan action=accept
:firewall rule create chain=source index=1 prot=udp dstport=dns action=accept
:firewall rule create chain=source index=2 prot=udp dstport=bootps action=accept
:firewall rule create chain=source index=3 prot=icmp icmptype=echo-request action=accept
:firewall rule create chain=source index=4 prot=udp srcport=snmp log=yes action=count
:firewall rule create chain=source index=5 action=drop
:firewall rule create chain=forward index=0 srcintfgrp=wan dstintfgrp=wan action=drop
:firewall rule create chain=sink index=0 srcintfgrp=!wan action=accept
:firewall rule create chain=sink index=1 prot=udp dstport=dns action=accept
:firewall rule create chain=sink index=2 prot=udp dstport=bootpc action=accept
:firewall rule create chain=sink index=3 prot=icmp icmptype=echo-reply action=accept
:firewall rule create chain=sink index=4 prot=udp dstport=snmp log=yes action=count
:firewall rule create chain=sink index=5 action=drop
Any help will be much appreciated.