Changes between Initial Version and Version 1 of Ticket #2198
- Timestamp:
- May 17, 2019 9:36:31 AM (6 years ago)
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. 1 When calling pjsip_resolve() on an IPv4 address, we will return both the IPv4 address and its synthesized IPv6 address (if any). 2 3 Note that since pjsip_resolve() has no information of the NAT64 mode nor the bound transport, it will still return the IPv6 address. 2 4 3 5 See also ticket #1976.