Changes between Initial Version and Version 1 of Ticket #2198


Ignore:
Timestamp:
May 17, 2019 9:36:31 AM (5 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2198

    • Property Summary changed from SIP resolve to return IPv4 and IPv6 addresses if address family is unspecified to SIP resolve to return IPv4 and IPv6 synthesized addresses for IPv4 address literals
  • Ticket #2198 – Description

    initial v1  
    1 When calling pjsip_resolve() on an IPv4 address with the address family unspecified, we will return both the IPv4 address and its synthesized IPv6 address. 
     1When calling pjsip_resolve() on an IPv4 address, we will return both the IPv4 address and its synthesized IPv6 address (if any). 
     2 
     3Note that since pjsip_resolve() has no information of the NAT64 mode nor the bound transport, it will still return the IPv6 address. 
    24 
    35See also ticket #1976.