I’m converting from sip (11.7) to pjsip (14.0.2) in ubuntu and getting the following error when I try to connect through twilio.
`[Oct 14 08:32:16] ERROR[4605]: res_pjsip.c:2731 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport ‘transportudpnat’
Here is my pjsip config
[transport-udp-nat]
type = transport
protocol = udp
bind = 0.0.0.0
; NAT settings
local_net = 10.0.0.0/8
external_media_address = 12.345.67.89
external_signaling_address = 12.345.67.89
[twiliotrunks](!)
type=endpoint
transport = transportudpnat
context = fromtwilio
disallow = all
allow = ulaw
[authout](!)
type=auth
auth_type = userpass
[twilio0](twiliotrunks)
aors = twilio0aors
outbound_auth = twilio0auth
[twilio0aors]
type = aor
contact=sip:sampleasterisk.pstn.twilio.com:5060