DPMA provisioned phone endpoint unavailable- Line won't register

Hi, I’m new to Asterisk, coming from Cisco. I can’t figure out what I’m missing… Any help appreciated.

I got a Digium D50 almost working with DPMA, but the line isn’t registering. The line label DOES appear on the phone.

Asterisk- 13.1, installed via Ubuntu 16.04 packages
D50- 2.2.2.3

I changed sip.conf use port 5062, so not to interfere with pjsip.
udpbindaddr=0.0.0.0:5062

more pjsip.conf
[global]
type=global
default_outbound_endpoint=dpma_endpoint

[dpma_endpoint]
type=endpoint

[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0

[6002]
type=aor
max_contacts=1

[6002]
type=endpoint
aors=6002
auth=6002
callerid=FromChris
context=from-internal
disallow=all
allow=ulaw
direct_media=yes
trust_id_inbound=yes
send_pai=yes

[6002]
type=auth
authtype=userpass
password=6002
username=6002

[6002]
type=phoneprov
endpoint=6002
PROFILE=digium
MAC=000fd30669ef

more res_digium_phone.conf
[general]

server_uuid=Chris1
; globalpin=344486
userlist_auth=disabled
config_auth=mac
mdns_address=10.100.101.89
mdns_port=5060
mdns_transport=udp
service_name=ChrisDPMA
service_discovery_enabled=yes
file_directory=/var/lib/asterisk/digium_phones

[network1]
type=network
alias=ChrisNetwork
cidr=0.0.0.0/0
registration_address=10.100.101.89
registration_port=5060
transport=udp
;alternate_registration_address=10.10.10.12
;alternate_registration_port=5060
;alternate_transport=udp
file_url_prefix=http://10.100.101.89/digium_phones_files
public_firmware_url_prefix=http://dphone.dl.digium.com/firmware/asterisk/
ntp_server=0.digium.pool.ntp.org
;syslog_server=10.1.2.3
;syslog_port=514
;syslog_level=error
;network_vlan_discovery_mode=MANUAL
sip_qos=3
rtp_qos=5
pc_qos=2
;network_vlan_id=4
;pc_vlan_id=6
sip_dscp=24
rtp_dscp=46
udp_ka_interval=60

[6002]
type=phone
network=network1
mac=000fd30669ef
line=6002
full_name=Chris’ D50
timezone=America/Chicago

[6002]
type=line
exten=6002
context=from-internal
digit_map=[0-8]xxx
line_label=ChrisM
outboundproxy_address=100.100.101.89
outboundproxy_port=5060

pjsip show endpoints

Endpoint: 6001 Not in use 0 of inf
InAuth: 6001/6001
Aor: 6001 1
Contact: 6001/sip:6001@10.100.101.183:44973;transport=UD Unknown nan

Endpoint: 6002 Unavailable 0 of inf
Aor: 6002 1

Endpoint: dpma_endpoint Unknown 0 of inf

I realized that the Ubuntu package version was very old. I started over.