Remote users problem

I have a extern ip 85.255.197.96. Port 80 is intern portmapped with 8080 outside. So if u wanna enter the webinterface form a different network, i have to enter
’85.255.197.96:8080’ That works. But i wanna use remote calls. I followed the guide on trixbox without tears. I entered this info in ‘/etc/asterisk/sip_nat.conf’:

nat=yes
externip=85.255.197.96:80
localnet=192.168.11.0/255.255.255.0
externrefresh=10

My intern ipaddress is 192.168.11.146. In ‘iax.conf’ i entered this:

[general]
bindport = 80 ; Port to bind to (IAX is 4569. Forward this port to your Asterisk box)
externip = 85.255.197.96
localnet = 192.168.11.0/255.255.255.0
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
delayreject = yes
disallow=all
allow=g729
allow=ilbc
allow=gsm
allow=g723
allow=alaw
allow=ulaw
jitterbuffer = yes
mailboxdetail = yes

What should i chance. I tried several things with the ports. I’ve entered the portnumber ‘:8080’ after the IP in ZOIPER and such…

crazyheinz,

You are using port 80 on the server for http, so why in the world would you be pointing SIP traffic to it instead of the SIP port? Or IAX traffic at it instead of the IAX port?

Please take a look at http://freepbx.org/configuration_files and read the info about the sip files and what needs to be configured. At the same time there is a very good document on this site about how to setup a remote user. (under documentation, FAQ) http://freepbx.org/support/documentation/howtos/howto-setup-a-remote-sip-extension