Opened 17 years ago
Closed 16 years ago
#421 closed enhancement (fixed)
IPv6 support in PJSIP
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | major | Milestone: | release-0.9.0 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Modifications that are needed in PJSIP to support IPv6:
- parsing and generation of IPv6 values in SIP messages (see http://tools.ietf.org/html/draft-gurbani-sipping-ipv6-sip-03)
- support for IPv6 SIP transports (UDP, TCP, and TLS)
- DNS AAAA resolution in DNS SRV resolution for server names
Change History (4)
comment:1 Changed 17 years ago by bennylp
comment:2 Changed 17 years ago by bennylp
In r1610:
- Fixed SIP messaging components (parsing and message representation) to support IPv6
comment:3 Changed 17 years ago by bennylp
- Priority changed from normal to major
comment:4 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Initial UDP over IPv6 implementation in r1602.
Details: