On Fri, 7 Jan 2011 19:05:31 -0500, Tony Graziano wrote:
> If the domain is mydomain.com and the hostname is uc.mydomain.com then the
> RR are wrong, very wrong. Are you suggesting sipx produced those?

This is what sipx is generating when I use the DNS advisor. The DNS record I 
posted is my private DNS server where I used the sipx output and my own 
settings for various servers, edited to post here on the list.


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Call Routing for SIP domain 'mydomain.com'
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; NAPTR record for SIP TCP mydomain.com
;     priority: 2  weight: 0
;     protocol: "SIP+D2T"  regex: ""  uri: _sip._tcp.mydomain.com
;
mydomain.com.           IN      NAPTR   2 0 "s" "SIP+D2T" "" 
_sip._tcp.mydomain.com.

; NAPTR record for SIP UDP mydomain.com
;     priority: 2  weight: 0
;     protocol: "SIP+D2U"  regex: ""  uri: _sip._udp.mydomain.com
;
mydomain.com.           IN      NAPTR   2 0 "s" "SIP+D2U" "" 
_sip._udp.mydomain.com.

; SRV record for domain SIP TCP mydomain.com 
;     priority: 1  weight: 0  port: 5060  server: uc.mydomain.com
;
_sip._tcp.mydomain.com. IN      SRV     1 0 5060 uc.mydomain.com.

; SRV record for domain SIP UDP mydomain.com 
;     priority: 1  weight: 0  port: 5060  server: uc.mydomain.com
;
_sip._udp.mydomain.com. IN      SRV     1 0 5060 uc.mydomain.com.

; SRV record for service SIP TCP rr.uc.mydomain.com
;     priority: 1  weight: 0  port: 5070  server: uc.mydomain.com
;
_sip._tcp.rr.uc.mydomain.com. IN      SRV     1   0 5070 uc.mydomain.com.

; SRV record for XMPP SERVER TCP mydomain.com
;     priority: 1  weight: 0  port: 5269  server: uc.mydomain.com
;
_xmpp-server._tcp.mydomain.com. IN      SRV     1  0 5269 uc.mydomain.com.

; SRV record for XMPP CLIENT TCP mydomain.com
;     priority: 1  weight: 0  port: 5222  server: uc.mydomain.com
;
_xmpp-client._tcp.mydomain.com. IN      SRV     1  0 5222 uc.mydomain.com.

; SRV record for XMPP SERVER CHAT ROOM TCP mydomain.com
;     priority: 1  weight: 0  port: 5222  server: uc.mydomain.com
;     NOTE: the XMPP client port is used here as this is the port used 
;           by openfire to service multi-user chat requests.
;
_xmpp-server._tcp.conference.mydomain.com. IN      SRV     1  0 5222 
uc.mydomain.com.

; SRV record for XMPP CLIENT CHAT ROOM TCP mydomain.com
;     priority: 1  weight: 0  port: 5222  server: uc.mydomain.com
;
_xmpp-client._tcp.conference.mydomain.com. IN      SRV     1  0 5222 
uc.mydomain.com.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; IP Addresses
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; A record for uc.mydomain.com
;
uc.mydomain.com.       IN      A       192.168.1.220

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


      

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to