Tried to install GVSIP-NAF in FreePBX 13-13 ISO

still working with this on FPBX ISO
These are the errors I have in the asterisk log . Maybe someone can shed some light

[2018-07-27 19:26:40] WARNING[30688] res_pjsip/config_auth.c: Unknown authentication storage type ‘oauth’ specified for auth_type
[2018-07-27 19:26:40] ERROR[30688] config_options.c: Error parsing auth_type=oauth at line 19 of /etc/asterisk/pjsip_5052222222.new.conf
[2018-07-27 19:26:40] ERROR[30688] res_sorcery_config.c: Could not create an object of type ‘auth’ with id ‘5052222222’ from configuration file ‘pjsip.conf’

[2018-07-27 19:26:40] ERROR[30688] res_pjsip/config_transport.c: Transport ‘0.0.0.0-tls’ could not be started: Address already in use
[2018-07-27 19:26:40] ERROR[30688] res_sorcery_config.c: Could not create an object of type ‘transport’ with id ‘0.0.0.0-tls’ from configuration file ‘pjsip.conf’
[2018-07-27 19:26:40] ERROR[30688] res_pjsip/config_transport.c: Transport ‘127.0.0.1-tls’ could not be started: Address already in use
[2018-07-27 19:26:40] ERROR[30688] res_sorcery_config.c: Could not create an object of type ‘transport’ with id ‘127.0.0.1-tls’ from configuration file ‘pjsip.conf’
[2018-07-27 19:26:40] ERROR[30688] res_pjsip/config_transport.c: Transport ‘198.15.100.61-tls’ could not be started: Address already in use
[2018-07-27 19:26:40] ERROR[30688] res_sorcery_config.c: Could not create an object of type ‘transport’ with id ‘XXX.XXX.XXX.XXX-tls’ from configuration file ‘pjsip.conf’

[2018-07-27 19:26:40] ERROR[30688] config_options.c: Could not find option suitable for category ‘5052222222’ named ‘outbound_registration’ at line 43 of /etc/asterisk/pjsip_5052222222.new.conf
[2018-07-27 19:26:40] ERROR[30688] res_sorcery_config.c: Could not create an object of type ‘endpoint’ with id ‘5052222222’ from configuration file ‘pjsip.conf’

[2018-07-27 19:26:40] ERROR[30688] config_options.c: Could not find option suitable for category ‘5052222222’ named ‘support_outbound’ at line 10 of /etc/asterisk/pjsip_5052222222.new.conf
[2018-07-27 19:26:40] ERROR[30688] res_sorcery_config.c: Could not create an object of type ‘registration’ with id ‘5052222222’ from configuration file ‘pjsip.conf’

from what I understand FreePBX generates transport=0.0.0.0-tls as seen in the thread here

But that does not seem to be recognized as the IncrediblPBX GVSIP - NAF has this entry that I commented out (and everything else)in pjsip_custom.conf
; [transport_tls]
; type=transport
; protocol=tls
; bind=0.0.0.0:5061

I put in pjsip_custom_post.conf and as it loads after pjsip.conf starts with continuing the [global] section

; type=global
debug=true
keep_alive_interval=90

[incoming-registrations-unused-but-required]
type=transport
protocol=udp
bind=0.0.0.0:5065

; [global]
; type=global
; debug=true
; keep_alive_interval=90

; [transport_tls] //should this be active?
; type=transport
; protocol=tls
; bind=0.0.0.0:5061

#include pjsip_5052222222.new.conf