If my server only has a single ethernet port and I have 3 or 4 udp endpoints should I have multiple transports each with a different port number or one transport 0.0.0.0 like the docs show?
It’s up to you. If you don’t want TLS /TCP instead/beside UDP, you don’t want to use ipv6, you can stay with 0.0.0.0 or set it to only listen your ethernet interface address like 192.168.0.1 for instance.
As suggested, it depends on your requirements.
However note that chan_pjsip doesn’t use transports to filter incoming requests
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.