Opened 15 years ago

Last modified 5 years ago

#656 new defect

Error processing DNS SRV response when SRV entries contain the same host

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: Known-Issues-and-Ideas
Component: pjlib-util Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

With this sample DNS SRV entries:

turn         CNAME         colinux
colinux      A             192.168.0.2
_turn._udp   SRV 0 0 3478  turn.pjsip.lab.
_turn._udp   SRV 1 0 34780 turn.pjsip.lab.

the SRV resolver will put two IP addresses on the first entry, and no IP address on the second entry.

Change History (2)

comment:1 Changed 15 years ago by bennylp

  • Milestone changed from release-1.0.1 to Known-Issues

comment:2 Changed 5 years ago by nanang

  • Backported unset

!TeluuCon2019: a valid issue, a solution has been investigated.

Note: See TracTickets for help on using tickets.