Is there a way to enable IAX2 to use port 80, therefore removing the problem of blocked ports in hotspots and remote sites.
Adding the following to iax.conf should do the trick.
port=80
Just make sure nothing else is listening on it first. (netstat -anp | grep ‘:80’)
And IAX is using UDP, not TCP