FreePBX 17 IPv6 transport broken?

First installation of FreePBX 17, I did as usual, I added to the config file pjsip.transports_custom.conf

[ipv6-udp]
type=transport
protocol=udp
bind=[::]:5060
allow_reload=no
tos=cs3
cos=3

[ipv6-tcp]
type=transport
protocol=tcp
bind=[::]:5060
allow_reload=no
tos=cs3
cos=3

After restarting Asterisk, I get these errors in the logs:
[2024-10-15 09:21:04] ERROR[1880406]: res_pjsip.c:903 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport ‘0.0.0.0-tcp’
[2024-10-15 09:21:16] ERROR[1880406]: res_pjsip.c:903 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport ‘0.0.0.0-udp’
[2024-10-15 09:22:04] ERROR[1880406]: res_pjsip.c:903 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport ‘0.0.0.0-tcp’

Any idea ??

Look at the actual startup log of Asterisk when it reads in and initializes the transports, to see what actually occurs.

1 Like

Ok, I found it, thanks!

During the update, a pjsip.transports_custom_post.conf file was created that conflicted.
And with incorrect TLS information.

I deleted it and put the correct information in pjsip.transports_custom.conf and it works.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.