[asterisk-users] SIP DNS SRV
Jonas Kellens
jonas.kellens at telenet.be
Thu Nov 4 10:21:03 CDT 2010
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101104/392408ba/attachment.htm
More information about the asterisk-users
mailing list