Current stable release support using only one (first by ordering) NAPTR DNS record.
I didn't find any ideas how to configure possibility for use all supported NAPTR / SRV records. This pull request resolve this issue.
General issue:
PreConditions:
voip.somehost.com has NAPTR record 1 0 "S" "SIPS+D2T" "" _sips._tcp.voip.somehost.com.
voip.somehost.com has NAPTR record 2 0 "S" "SIP+D2U" "" _sip._udp.voip.somehost.com.
_sips._tcp.voip.somehost.com has SRV record 1 1 443 voip.somehost.com.
_sips._tcp.voip.somehost.com has SRV record 2 1 5061 192.168.1.50.
_sips._tcp.voip.somehost.com has SRV record 3 1 5061 10.100.1.20.
_sip._udp.voip.somehost.com has SRV record 1 1 5060 voip.somehost.com.
_sip._udp.voip.somehost.com has SRV record 2 1 5060 192.168.1.50.
_sip._udp.voip.somehost.com has SRV record 3 1 5060 10.100.1.20.
In my configuration of kamailio I don't see trying to use second by priority NAPTR record:
voip.somehost.com has NAPTR record 2 0 "S" "SIP+D2U" "" _sip._udp.voip.somehost.com.
Kindly ask to share your ideas regarding faced issue and my pull request.
Thank you.
https://github.com/kamailio/kamailio/pull/2290
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.