<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 11/01/2010 10:58 AM, Gareth Blades wrote:
<blockquote cite="mid:4CCE8F35.9000605@skycomuk.com" type="cite">
  <pre wrap="">Those SRV records are wrong. You have to specify both servers with 
different priorities against the same hostname. You have sip and sip2 
defines with different SRV records so whichever one you configure on the 
phone thats the only record it will seen.
You should use something like this and configure the phones to use 
sip.domain.tld. :-

sip2.domain.tld.    A    YY.YY.YY.YY
sip1.domain.tld.    A    XX.XX.XX.XX

_SIP._udp.sip.domain.tld  SRV 0 1 5060 sip1.domain.tld.
_SIP._udp.sip.domain.tld  SRV 1 1 5060 sip2.domain.tld.
  </pre>
</blockquote>
<br>
<font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
can a SRV record and an A record co-exist ?<br>
<br>
Can I have both :<br>
<br>
sip.domain.tld.&nbsp;&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp; XX.XX.XX.XX<br>
_SIP._udp.sip.domain.tld&nbsp; SRV 0 1 5060 sip1.domain.tld.<br>
??<br>
<br>
Will IP-phones that support DNS SRV take the SRV-record and phones that
do not support DNS SRV the A-record ?<br>
<br>
<br>
If I only have :<br>
_SIP._udp.sip.domain.tld&nbsp; SRV 0 1 5060 sip1.domain.tld.<br>
_SIP._udp.sip.domain.tld&nbsp; SRV 0 1 5060 sip2.domain.tld.<br>
<br>
what will happen with IP-phones that do not support DNS SRV when they
register to sip.domain.tld ???<br>
<br>
<br>
Kind regards,<br>
Jonas.</font><br>
</body>
</html>