On 11/01/2010 10:58 AM, Gareth Blades wrote:
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.

Hello,

can a SRV record and an A record co-exist ?

Can I have both :

sip.domain.tld.    A    XX.XX.XX.XX
_SIP._udp.sip.domain.tld  SRV 0 1 5060 sip1.domain.tld.
??

Will IP-phones that support DNS SRV take the SRV-record and phones that do not support DNS SRV the A-record ?


If I only have :
_SIP._udp.sip.domain.tld  SRV 0 1 5060 sip1.domain.tld.
_SIP._udp.sip.domain.tld  SRV 0 1 5060 sip2.domain.tld.

what will happen with IP-phones that do not support DNS SRV when they register to sip.domain.tld ???


Kind regards,
Jonas.
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to