Hi I am creating a ENUM server for the Clearwater lookup, however, I have some confusion on preparing the bind database file. If I only have one BONO, SPROUT, HOMSTEAD, HOMER, what I should change? What should be the name that I should use to replace sprout-1, bono-1, sprout-3, homer-1, homestead-1?
- PS ; bono ; ==== ; ; Per-node records - not required to have both IPv4 and IPv6 records bono-1 IN A ; ; Cluster A and AAAA records - UEs that don't support RFC 3263 will simply ; resolve the A or AAAA records and pick randomly from this set of addresses. @ IN A 192.168.0.11 ; ; NAPTR and SRV records - these indicate a preference for TCP and then resolve ; to port 5060 on the per-node records defined above. @ IN NAPTR 1 1 "S" "SIP+D2T" "" _sip._tcp @ IN NAPTR 2 1 "S" "SIP+D2U" "" _sip._udp _sip._tcp IN SRV 0 0 5060 bono-1 _sip._udp IN SRV 0 0 5060 bono-1 ; sprout ; ====== ; ; Per-node records - not required to have both IPv4 and IPv6 records sprout-1 IN A 192.168.0.21 ; ; Cluster A and AAAA records - P-CSCFs that don't support RFC 3263 will simply ; resolve the A or AAAA records and pick randomly from this set of addresses. sprout IN A 192.168.0.21 ; ; NAPTR and SRV records - these indicate TCP support only and then resolve ; to port 5054 on the per-node records defined above. sprout IN NAPTR 1 1 "S" "SIP+D2T" "" _sip._tcp.sprout _sip._tcp.sprout IN SRV 0 0 5054 sprout-1 ; ; Per-node records for I-CSCF (if enabled) - not required to have both ; IPv4 and IPv6 records sprout-3 IN A 192.168.0.21 ; ; Cluster A and AAAA records - P-CSCFs that don't support RFC 3263 will simply ; resolve the A or AAAA records and pick randomly from this set of addresses. icscf.sprout IN A 192.168.0.21 ; ; NAPTR and SRV records for I-CSCF (if enabled) - these indicate TCP ; support only and then resolve to port 5052 on the per-node records ; defined above. icscf.sprout IN NAPTR 1 1 "S" "SIP+D2T" "" _sip._tcp.icscf.sprout _sip._tcp.icscf.sprout IN SRV 0 0 5052 sprout-3 ; homestead ; ========= ; ; Per-node records - not required to have both IPv4 and IPv6 records homestead-1 IN A 192.168.0.31 ; ; Cluster A and AAAA records - sprout picks randomly from these. hs IN A 192.168.0.31 ; ; (No need for NAPTR or SRV records as homestead doesn't handle SIP traffic.) ; homer ; ===== ; ; Per-node records - not required to have both IPv4 and IPv6 records homer-1 IN A 192.168.0.41 ; ; Cluster A and AAAA records - sprout picks randomly from these. homer IN A 192.168.0.41 ; ; (No need for NAPTR or SRV records as homer doesn't handle SIP traffic.) ; ralf ; ===== ; ; Per-node records - not required to have both IPv4 and IPv6 records ralf-1 IN A 192.168.0.51 ; ; Cluster A and AAAA records - sprout and bono pick randomly from these. ralf IN A 192.168.0.51 ; ; (No need for NAPTR or SRV records as ralf doesn't handle SIP traffic.) _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
