Opened 14 years ago

Closed 14 years ago

#1075 closed defect (fixed)

SRTP authentication fails after hold/resume and RTP seq restarted

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

Description (last modified by nanang)

The pjsua will always restart the media transport whenever media description gets updated, e.g: SDP renegotiation in re-INVITE or UPDATE, hence the SRTP state will also get restarted, which is not desired, e.g: the ROC (Roll Over Counter) of SRTP state may get out of sync.

Change History (2)

comment:1 Changed 14 years ago by nanang

  • Description modified (diff)

comment:2 Changed 14 years ago by nanang

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

(In [3221]) Fix #1075:

  • Fixed SRTP transport to only (re)start the SRTP state when the SRTP crypto settings are updated.
Note: See TracTickets for help on using tickets.