Opened 16 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:

Change History (4)

comment:1 Changed 16 years ago by bennylp

Initial UDP over IPv6 implementation in r1602.

Details:

  • Implemented IPv6 UDP transport:
  • New transport type: PJSIP_TRANSPORT_UDP6 and PJSIP_TRANSPORT_TCP6
  • New API: pjsip_transport_type_get_af()
  • New API: pjsip_transport_get_type_desc()
  • New API: pjsip_udp_transport_start6()
  • New API: pjsip_udp_transport_attach2()

comment:2 Changed 16 years ago by bennylp

In r1610:

  • Fixed SIP messaging components (parsing and message representation) to support IPv6

comment:3 Changed 16 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.