I am trying to play around with Trixbox and test it. I figured the easiest way to do that is with Voipo. I am pretty sure I have things setup somewhat correct as I can make outgoing calls fine, but no incoming.

I also have the PAPt2 registered on the network at the same time and dont know if this is causing the problems. Basically if I call my voipo number my pap2t rings, but not the trixbox.

here are my configs.

Code:
Outgoing:
disallow=all
username=218257xxxx
type=peer
secret=mysecret
qualify=yes
nat=yes
insecure=port,invite
host=sip.voipwelcome.com
fromuser=218257xxxx
fromdomain=sip.voipwelcome.com
context=from-sip
allow=ulaw

Incoming:
disallow=all
type=peer
secret=mysecret
qualify=yes
nat=yes
insecure=port,invite
host=sip.voipwelcome.com
context=from-sip
allow=ulaw

Registration:
218257xxxx:mysecret@sip.voipwelcome.com/218257xxxx
If I login to vpanel I can see the box registered. I also have 1 incoming route setup for Any DID/Any CID and have tried:ringing all, ringing 1 extension,ivr,extension voicemail.

I am not sure what I have wrong, but hopefully someone that has this working can see a problem.

Also this with my PAP2t are both behind a Cisco RV042 firewall and I forwarded port 5060 to the ip of the asterisk.

Thanks in advance for any help.