Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#998 closed defect (fixed)

Unhandled SDP attribute a=sendonly/recvonly/sendrecv/inactive in session level (thanks Rafael Maia for the reports)

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-1.6
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by nanang)

The report and proposed solution can be found here.

Change History (3)

comment:1 Changed 14 years ago by nanang

  • Description modified (diff)
  • Summary changed from Unhandled SDP attribute a=sendonly/recvonly/sendrecv in session level (thanks Rafael Maia for the reports and patch) to Unhandled SDP attribute a=sendonly/recvonly/sendrecv/inactive in session level (thanks Rafael Maia for the reports)

comment:2 Changed 14 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In r3086:

  • Updated pjmedia_sdp_parse() to apply direction attribute in session to each media that has no direction attribute (no overriding).
  • Added python tests.

comment:3 Changed 14 years ago by bennylp

In r3140:

  • fixed crash introduced by above when parsing invalid SDP body
Note: See TracTickets for help on using tickets.