Opened 4 years ago

Closed 4 years ago

#2254 closed defect (fixed)

Incoming SDP offer with SRTP-DTLS rejected with PJMEDIA_SDPNEG_ENOMEDIA

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

Description

When SDES is configured with higher priority (which is the default setting), it will have the first chance to process the incoming SDP. Unfortunately when SDES cannot find SDP a=crypto line in the remote offer, it will disable the SDP media line.

Thanks to Jeff Anderson for the report.

Change History (1)

comment:1 Changed 4 years ago by nanang

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

In 6115:

Fix #2254: Updated SDP encoder of SDES to avoid deactivating/disabling media, it should be done by the parent/SRTP instead.

Note: See TracTickets for help on using tickets.