Anyone have a working Alcazar Trunk Config?

I have inbound working, Keep getting “forbidden=myCID@myipaddress” when attempting to dial out. This is my outbound config. Any help greatly appreciated. Spent a lot of time trying to fix.
type=peer
sendrpid=yes
qualify=yes
nat=no
insecure=port
host=162.212.218.50
dtmfmode= inband ; CHANGE TO RFC2833 FOR G729
disallow=all
context=outbound
canreinvite=no
allow=ulaw
;allow=g729,ulaw ; ONLY IF YOU SUPPORT THE G.729 CODEC

Here’s what I use for Alcazar and have no problems with:

type=peer
context=from-trunk
host=162.xxx.xxx.xx
port=5060
dtmfmode=RFC2833
disallow=all
allow=ulaw

For outbound? Thanks for the reply.

Yup - it’s how all of my “redirected” corporate cellphones work. Anything inbound to the PBX that needs to go back out to a remote phone goes through Alcazar.

Thanks for the info!