Unable to retrieve PJSIP transport '0.0.0.0-udp' FreePBX 17

Hi,
Installed FreePBX 17 and it seemed to go OK. Restored latest backup from FreePBX 16.

However CLI constantly displays the following ERROR:
ERROR[1982]: res_pjsip.c:903 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport ‘0.0.0.0-udp’

PJSip Settings: YES is enabled for the IP address for UDP and the port 5060

What might be causing the error to constantly be spewed in CLI ?

Thanks.

have you checked at OS side Port 5060 is opened or not ?
netstat -ntlup | grep 5060

Hi, in /etc/asterisk/pjsip.endpoint.conf the file contains all what appears to be trunk settings, all [trunk name] have:
transport=0.0.0.0-udp

Where is that setting in the UI??

Thanks.

no check that command at Debian OS CLI side.

udp 0 0 xx.xxx.xxx.xxx:5060 0.0.0.0:* 1816/asterisk

I dont think pjsip.endpoint.conf is correct place

Also check pjsip.transports.conf file.

netstat -ntlup | grep 5060

udp 0 0 0.0.0.0:5060 0.0.0.0:* 2007/asterisk

try to change ip ^^ to 0.0.0.0

Hi, that is where the 0.0.0.0-udp is

grep -R 0.0.0.0-udp /etc/asterisk/*

/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp
/etc/asterisk/pjsip.endpoint.conf:transport=0.0.0.0-udp

Hi,
I put xx’s to conceal the guilty party :slight_smile:

pjsip.endpoint.conf transport=0.0.0.0-udp is more for sip trunk or for users.

have you checked at pjsip.transports.conf side.

Hi there,

I have the exact same issue. Since I did an install of 17 and restored my backup. My trunks connect to the providers as they are registered. However, I can’t see any incoming calls on the Log as it just states:

ERROR[1918] res_pjsip.c: Unable to retrieve PJSIP transport ‘192.168.0.35-udp’

When I try to call, it never rings and is silent. I have spent weeks trying to find a solution. I really hope someone could shed some light on this for me.

Thanks