Need guidance of getting a softphone to work fro outside NAT

FreePBX-12.0.38
CentOS-6.5 (FreePBX-GenericLinux-2.6)
Jitsi-2.6.5390
OSX-10.9.5

I have a device configured in FreePBX for use as a soft-phone. I have the firewall and FreePBX host accepting a connection. In other worlds I get a green ONLINE status in Jitsi on the OSX host when connected to the device account inside our corporate firewall.

The device characteristics are:
RFC2833
No Reinvite
from-internal context
dynamic host
friend connection
Automatic Force Both NAT mode
port 5060
qualify yes
qualify frequency 60
Transport All -TLS Prinary
Enable AVPF No
Force AVP No
Enable ICE No
Enable Encryption No
Deny 0.0.0.0/0.0.0.0
Permit 0.0.0.0/0.0.0.0
Device Type Adhoc
Default User Me
Enable DTLS No
Use cert default
DTLS vrfy fingerprint
DTLS Setup Act/Pass
DTLS Rekey intval 0

I have Jitsi configured to not use encryption.

When I attempt to dial out to an external number then I get a Call Failed - Not Acceptable Here error.

The Log file shows this:

[2015-02-22 19:39:37] WARNING[4310][C-0000098f] chan_sip.c: We are requesting SRTP for audio, but they responded without it!
[2015-02-22 19:39:37] WARNING[4310][C-0000098f] chan_sip.c: We are requesting SRTP for audio, but they responded without it!

This tells me that despite trying to turn off encryption for this device I have not managed to. What do I have to do to get this device to place outgoing calls? Eventually we are going to require encryption but for now I just need to get it to place outgoing calls and accept internal transfers. Is there anywhere else I should be looking?