Changes between Version 12 and Version 13 of IPv6
- Timestamp:
- Jun 20, 2016 10:36:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPv6
v12 v13 74 74 == IPv6 Support in pjlib-util (DNS SRV and AAAA resolution) == 75 75 76 T o be done.76 The work for adding IPv6 support in pjlib-util is documented by ticket #419 and continued in ticket #1927. 77 77 78 The work for adding IPv6 support in pjlib-util is documented by ticket #419.78 DNS AAAA resolution will be performed for each DNS SRV record when flag {{{PJ_DNS_SRV_RESOLVE_AAAA}}} or {{{PJ_DNS_SRV_RESOLVE_AAAA_ONLY}}} is set in {{{option}}} param when invoking {{{pj_dns_srv_resolve()}}}. Also flag {{{PJ_DNS_SRV_FALLBACK_AAAA}}} will allow resolver to fallback to DNS AAAA resolution when the SRV resolution fails. 79 79 80 80 == IPv6 Support in pjmedia (SDP, media transport) == … … 167 167 //acc_cfg.proxy[0] = pj_str("sip:" SIP_SERVER_IPv6 ";lr;hide"); 168 168 169 /* Update: by ticket #1926, hostname resolution is now supported (as long as DNS server, i.e: pjsua_config.nameserver, is *not* configured)169 /* Update: by ticket #1926, hostname resolution is now supported, also by ticket #1927, DNS resolver now supports DNS SRV and AAAA resolutions, 170 170 * so setting a hidden proxy as described above is no longer necessary. 171 171 * It is recommended to bind account to a specific IPv6 transport, i.e: via pjsua_acc_config.transport_id or pjsua_acc_set_transport().