Opened 5 years ago

Last modified 5 years ago

#2198 closed enhancement

SIP resolve to return IPv4 and IPv6 synthesized addresses for IPv4 address literals — at Version 1

Reported by: ming Owned by:
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 (1)

comment:1 Changed 5 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
Note: See TracTickets for help on using tickets.