id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,backport_to_milestone,backported 1955,Assertions in DNS SRV resolution with IPv6 TCP/TLS target,nanang,bennylp,"There are two assertion issues: 1. Assertion in {{{pjsip_resolve()}}} because IPv6 transport types are not evaluated, so it gets into assertion block: {{{ pj_assert(!""Unknown transport type""); }}} 1. After above issue fixed, another assertion occurs in creating the SIP transport TCP/TLS because address family is IPv6 but address length is IPv4: {{{ PJ_ASSERT_RETURN((rem_addr->addr.sa_family == pj_AF_INET() && addr_len == sizeof(pj_sockaddr_in)) || (rem_addr->addr.sa_family == pj_AF_INET6() && addr_len == sizeof(pj_sockaddr_in6)), PJ_EINVAL); }}} Thanks Alexander Traud for the report.",defect,closed,normal,release-2.6,pjsip,trunk,fixed,,,,0