VoIP Resources VoIP Fundamentals VoIP Glossary

SIP DNS SRV Records - Quick Guide

by OnSIP

A SIP DNS SRV record for SIP calling is like a mail exchange record for email. It has two advantages: Greater stability and SIP domain flexibility.

What are SIP DNS SRV records?

Let’s say your name is Al and you work for a company called Acme Corp. Your company has recently signed up for a corporate VoIP phone system and you’re given a SIP address, Al@acme.com. In an ideal world, your friends and colleagues who are also familiar with VoIP know that they can dial Al@acme.com to reach you wherever you have a device registered.

How does this work?

Dialing by domain names allows you to have a public SIP address that follows you much like your email address would. It doesn’t really matter where you are or what device you use; as long as you’re ‘logged in’ (registered), SIP communications will be redirected to your current location.

A Domain Name Server (DNS) SRV record for SIP does the same thing as a mail exchange record for email. When someone calls you at Al@acme.com, the SRV record tells their SIP phone to do so by connecting to the domain belonging to your VoIP phone system (SIP) provider. This does two things for SIP providers and SIP users:

1. Greater stability

From the RFC:

“The SRV RR allows administrators to use several servers for a single domain, to move services from host to host with little fuss, and to designate some hosts as primary servers for a service and others as backups.”

If for some reason the ‘host’ with the highest priority cannot be reached, the SIP phone or proxy trying to reach the user within the domain will attempt to reach the next host defined within the SRV record.

2. Allows SIP users to get their own domains for their SIP addresses, regardless of the domain of their SIP provider

We refer to this as SIP service or SIP hosting, and it’s a feature of an OnSIP account. OnSIP runs several SIP proxy servers, which can handle SIP users in multiple domains just like a mail server handles e-mail for multiple domains.

SIP DNS SRV record settings

To use OnSIP's SIP hosting, the zone file in the DNS SRV records of the user’s domain (acme.com) needs to point to sip.onsip.com. Calls to the user's domain will then be automatically redirected to an OnSIP SIP proxy. Here is what the DNS SRV record looks like:

  • Service: SIP
  • Protocol: UDP
  • Name: acme.com (your domain name goes here)
  • Priority:
  • Weight:
  • Port: 5060
  • Target: sip.onsip.com
  • TTL: 1 hour

Begin your free trial of OnSIP Get Started

Learn more about VoIP Fundamentals