Hello&nbsp; my isp has blocked outgoing and incoming connection for port 5060 . I have ssh access to server so i want to&nbsp;&nbsp; send all traffic from port 5091 to port 5060 of asterisk .so i tried <br><br>iptables -t nat -A PREROUTING -i eth0 -p udp --dport 5091 -j DNAT --to 
<a href="http://127.0.0.1:5060">127.0.0.1:5060</a><br><br>Now my softphone is able to register with asterisk but it isnt able to make any calls . <br>&nbsp;<br>bindport = 5091 in my sip.conf under extensions is not working .. asterisk doesnt listen to port 5091 .. but if i put in general section of 
sip.conf then it works but then asterisk wont listen on 5060 . How can i use iptables in this situation ? <br>