Hi,
Context: I am running Merlin v380.59 on my RT-AC88U and I am quite happy with the device. I have installed IPKG and managed to successfully configure my Asterisk PBX. As I have a couple of external extensions, I need now to open the SIP port in order for my external extensions to register.
Just for the sake of the clarification, all internal extensions work fine, I can make and get calls without any trouble.
Question: How should I open a local port, ie make it reachable on the WAN interface?
I tried these commands but they did not open the ports:
iptables -A INPUT -p udp -m udp --dport 5060 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT
Any comment/suggestion on the matter would be highly appreciated.
Thank you.
Context: I am running Merlin v380.59 on my RT-AC88U and I am quite happy with the device. I have installed IPKG and managed to successfully configure my Asterisk PBX. As I have a couple of external extensions, I need now to open the SIP port in order for my external extensions to register.
Just for the sake of the clarification, all internal extensions work fine, I can make and get calls without any trouble.
Question: How should I open a local port, ie make it reachable on the WAN interface?
I tried these commands but they did not open the ports:
iptables -A INPUT -p udp -m udp --dport 5060 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT
Any comment/suggestion on the matter would be highly appreciated.
Thank you.