#2198 closed enhancement (fixed)
SIP resolve to return IPv4 and IPv6 synthesized addresses for IPv4 address literals
Reported by: | ming | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.9 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by ming)
When calling pjsip_resolve() on an IPv4 address, we will return both the IPv4 address and its synthesized IPv6 address (if any).
Note that since pjsip_resolve() has no information of the NAT64 mode nor the bound transport, it will still return the IPv6 address.
See also ticket #1976.
Change History (4)
comment:1 Changed 6 years ago by ming
- Description modified (diff)
- 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
comment:2 Changed 6 years ago by ming
- Owner set to ming
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 6 years ago by ming
In 5998:
comment:4 Changed 6 years ago by ming
In 6025:
Note: See
TracTickets for help on using
tickets.
In 5995: