Changes between Version 12 and Version 13 of IPv6


Ignore:
Timestamp:
Jun 20, 2016 10:36:48 AM (8 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPv6

    v12 v13  
    7474== IPv6 Support in pjlib-util (DNS SRV and AAAA resolution) == 
    7575 
    76 To be done. 
     76The work for adding IPv6 support in pjlib-util is documented by ticket #419 and continued in ticket #1927. 
    7777 
    78 The work for adding IPv6 support in pjlib-util is documented by ticket #419. 
     78DNS 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. 
    7979 
    8080== IPv6 Support in pjmedia (SDP, media transport) == 
     
    167167//acc_cfg.proxy[0]  = pj_str("sip:" SIP_SERVER_IPv6 ";lr;hide"); 
    168168 
    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, 
    170170 * so setting a hidden proxy as described above is no longer necessary. 
    171171 * It is recommended to bind account to a specific IPv6 transport, i.e: via pjsua_acc_config.transport_id or pjsua_acc_set_transport().