PJSIP Transports

Hi Joshua, thanks for your response.

Do you mind elaborating on this?

If I understand correctly, the load order works similar to loading the dialplan? So if you have:

#cat pjsip.transports_custom.conf

[transport-a-udp]
type=transport
protocol=udp
bind=0.0.0.0:5062

[transport-b-udp]
type=transport
protocol=udp
bind=0.0.0.0:5060

Then transport-b will be the “default” since it was loaded after transport-a. Is that correct?

I sound like a novice… What is that?

Thinking… Changing the order of the transports in the conf file won’t make a difference?

Thanks again.