SRV setting on DA for Live Admin Center

chow

Verified User
Joined
Aug 27, 2003
Messages
123
Location
The Netherlands
Hi,

I'm setting up a domain for Microsoft Live Admin Center. One of the requirements is that I set a SRV record in DNS. I have no clue how to do this in DA.

DNS-recordtype: SRV
Service: _sipfederationtls._tcp.domain.com
Protocol: _tcp
Domainname: domain.com
Priority: 10 (or higher)
Value: 2
Port: 5061
Target: federation.messenger.msn.com

How should I proceed??
 
Is there an option for SRV in the dns management or not?
 
If you login here:

http://www.directadmin.com:2222

Username: demo_user
Password: demo

You will see when you go to dns management that there is a line for SRV.

If you are not seeing that on your control panel your hosting provider may have limited your dns control. I would ask them for help.

What you add in that srv line would be:

Left input box:
Code:
_sipfederationtls._tcp.domain.com

Right input box:
Code:
10 5061 federation.messenger.msn.com.

Here is more information about SRV records:

http://en.wikipedia.org/wiki/SRV_record
 
If you login here:

http://www.directadmin.com:2222

Username: demo_user
Password: demo

You will see when you go to dns management that there is a line for SRV.

If you are not seeing that on your control panel your hosting provider may have limited your dns control. I would ask them for help.

What you add in that srv line would be:

Left input box:
Code:
_sipfederationtls._tcp.domain.com

Right input box:
Code:
10 5061 federation.messenger.msn.com.

Here is more information about SRV records:

http://en.wikipedia.org/wiki/SRV_record

Thnx. This is really appreciated ;)
 
Back
Top