Problem receiving incoming calls in new setup

I am having problems setting up my system.

I installed a clean install of trixbox, and im trying to copy over my setting from a previous asterisk installation.

My original SIP.CONF file was the following:
[general]
context=sip-incoming

bindport=5060
bindaddr=0.0.0.0
srvlookup=yes ; Enable DNS SRV lookups on outbound calls
pedantic=no ; Enable slow, pedantic checking for Pingtel
maxexpirey=3600 ; Max length of incoming registration we allow
defaultexpirey=1800 ; Default length of incoming/outoing registration
checkmwi=3
vmexten=voicemail

disallow=all ; First disallow all codecs
allow=ulaw ; Allow codecs in order of preference

language=en ; Default language setting for all users/peers
; This may also be set for individual users/peers
relaxdtmf=yes ; Relax dtmf handling

promiscredir = no ; If yes, allows 302 or REDIR to non-local SIP address
dtmfmode = inband ;rfc2833 ; Set default dtmfmode for sending DTMF. Default: rfc2833
subscribecontext = accoun
notifyringing = yes ; Notify subscriptions on RINGING state

externip = 24.89.131.90 ; Addre
localnet=192.168.123.0/255.255.255.0; All RFC 1918 addresses are local networks
nat=yes ; Global NAT settings (Affects all peers and users)
rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
canreinvite=no
tos=reliability

register => XXXXXX:[email protected]/XXXXXXXXXX

[authentication]

[XXXXXXX]
type=friend
username=XXXXXXXXXXXX
accountcode=XXXXXXXXXX
secret=XXXXXXXXX
nat=no
dtmfmode=rfc2833
qualify=yes
canreinvite=yes
disallow=all
allow=ulaw
host=216.143.130.36
context=sip-incoming
defaultip=216.143.130.36
fromuser=XXXXXXXXXXXX
fromdomain=216.143.130.36
insecure=very
cancallforward=yes

I tried plugging that data into the new system using the gui, but while I can make outgoing calls, I cant receive incoming, it doesnt ring or anything. And the line stays quite until I get the messageā€¦ you call cannot me completed as dialed.

What am I doing wrong? Is there certain ports I have to have forwarded?

Thank you