Re: [sipx-users] HA DNS SRV entries
On Wed, 2009-07-01 at 16:26 +0100, Gabor Paller wrote:
> ; sipx1.example.com routing for registry/redirect service
>
> _sip._tcp.rr.sipx1.example.com. IN SRV 1 0 5070 sipx1.example.com.
>
> _sip._udp.rr.sipx1.example.com. IN SRV 3 0 5070 sipx1.example.com.
>
> _sip._tcp.rr.sipx1.example.com. IN SRV 2 100 5070 sipx2.example.com.
>
> _sip._udp.rr.sipx1.example.com. IN SRV 4 100 5070 sipx2.example.com.
>
>
>
> What is this rr.sipx1.example.com domain?
"Route to a registrar. I prefer the registrar on sipx1.example.com, but
you can fall back to the registrar on sipx2.example.com."
It is used by the proxy on sipx1 when it wants to send a request to "the
registrar".
Dale