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,

I'm having no succes with these SRV records (using Plesk at my hosting 
company).

I have for example A-records :

(name - TTL - Type - Priority - Value)
sip1.domain.tld.    600    A        XX.XX.XX.XX
sip2.domain.tld.    600    A        XX.XX.XX.XX

and then SRV-records :

(name - TTL - Type - Priority - Value)
_SIP._udp.sip10.domain.tld.    600    SRV    5    sip1.domain.tld
_SIP._udp.sip10.domain.tld.    600    SRV    25    sip2.domain.tld

but this does not work with my Grandstream GXP2010.

I then try this :

(name - TTL - Type - Priority - Value)
sip10._udp.domain.tld.    600    SRV    5    sip1.domain.tld
sip10._udp.domain.tld.    600    SRV    25    sip2.domain.tld

but this does not work either with my Grandstream GXP2010.


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