To properly route messages, Microsoft Lync requires you to set up two SRV records within your DNS configuration. Follow these steps to create the necessary SRV records.

NOTE: This guide is for a standard setup of Lync. For more complex setups, please reference Microsoft’s documentation or contact tech support.

1. Log in to your Managed DNS account.
2. Select Manage beside the domain you wish add the records. Manage button
3. In the Add a New Node field, create a new node called “_tls” and click Add Node. Lync_AddNode_tls
4. Within the new node, create another node called “_sip”. Lync_AddNode_sip
5. Within the “_sip” node, select SRV from the Add a New Record drop-down menu. Lync_SRV_Record
6. Fill out the fields for the SRV record as follows:
TTL: 1 hour
Priority: 100
Weight: 1
Port: 443
Target: sipdir.online.lync.com
Lync_SRV_sipdir
7. Click Add. Add Button for Record
8. Return to the zone editor for your zone’s apex (your domain) and create new node call “_tcp” and then click Add Node. Lync_Zone_Apex
9.Within the “_tcp” node, create a second new node called “_sipfederationtls” and click Add Node. Lync_AddNode_Sipfed
10. Within the “_sipfederationtls” node create a new SRV record with the following parameters:
TTL: 1 hour
Priority: 100
Weight: 1
Port: 5061
Target: sipfed.online.lync.com
Lync_SRV_sipfed
11. Click Add. Add Button for Record
12. Click Review Changes and Publish. Lync_Review_Changes