Hello all!
I use PJSIP and I have created 2 SRV for my domain name like this:
_sip._tls.my-domain.com. priority = 0; priority = 0; weight = 5; port = 7770
_sip._tcp.my-domain.com. priority = 0; weight = 5; port = 443
However, unfortunately, remote devices doesn’t connect to Asterisk. I also use a non-standard port for PJSIP.
What am I doing wrong?