1 | | This ticket will enable PJSUA application to resolve target hostname to IPv6 address. As currently PJLIB-UTIL DNS resolver has not completely supported IPv6 yet, the resolution will only work when DNS server setting (i.e: {{{pjsua_config.nameserver}}}) is not configured, the library will resolve hostname using {{{pj_getaddrinfo()}}}. |
| 1 | This ticket will enable PJSUA application to resolve target hostname to IPv6 address. ~~As currently PJLIB-UTIL DNS resolver has not completely supported IPv6 yet, the resolution will only work when DNS server setting (i.e: {{{pjsua_config.nameserver}}}) is not configured, the library will resolve hostname using {{{pj_getaddrinfo()}}}.~~ |
| 2 | |
| 3 | '''Update''': Ticket #1927 has been completed, PJLIB-UTIL DNS resolver now supports IPv6 for DNS SRV and DNS A/AAAA resolutions. So the following specifications should be applicable to PJSUA-LIB with and without nameserver settings. |