Displaying 1 result from an estimated 1 matches for "1dbd9d06".
2006 Dec 15
4
Iptables rule help
Hello my isp has blocked outgoing and incoming connection for port 5060 . I
have ssh access to server so i want to send all traffic from port 5091 to
port 5060 of asterisk .so i tried
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 5091 -j DNAT --to
127.0.0.1:5060
Now my softphone is able to register with asterisk but it isnt able to make
any calls .
bindport = 5091 in my sip.conf under