What is an SRV Record?
SRV (SeRVice) records allow flexibility and stability to services making use of them. Like a "general use" MX record, the SRV records relate to a particular service of the domain, like FTP or SIP, rather than a specific machine the way A or C-name records do.
Several programs are starting to make use of SRV records for VOIP.
A Junction Networks and OnSIP customer would create an SRV record to take the place of the domain.onsip.com address given by default. With an SRV record a user with the SIP address of:
could become just:
assuming that the user can create an SRV record for acme.com.
For Junction Networks, when setting up a SRV record, the general settings are:
Service: SIP
Protocol: UDP
Name: acme.com (your domain name goes here)
Priority:
Weight:
Port: 5060
Target: sip.onsip.com
TTL: 1 hour
In BIND, an SRV record would look like this:
_sip._udp.acme.com. IN SRV 0 0 5060 sip.onsip.com
To test that the SRV record has been entered correctly you need to run a DIG command from a terminal window (Windows PC's don't have DIG command in their terminal window so ask someone running UNIX or Linux to carry out this part).
The following screen shot shows the command: dig _sip._udp.bytetel.com SRV (replace bytetel.com with your domain name but keep everything else there).
If everything has been set up correctly you will get a confirmation answer:
This shows that the SIP SRV record for bytetel.com points to port 5060 at sip.onsip.com.
- Printer-friendly version
- Login or register to post comments