I have made A record for the domain mydomain.com and for sipservice.mydomain.com. I also made an SRV record. By checking the record with the command:
host -t srv _sip._tcp.mydomain.com
I get this result:
_sip._tcp.mydomain.com has SRV record 0 5 8080 sipservice.mydomain.com.
But when I try to navigate the domain in the browser without specifying the port to the site, the transition does not work.
What am I doing wrong? Or does it take some time to work?