Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1069 closed enhancement (fixed)

Offer duplicated SDP media line, secured and unsecured version, in SRTP optional mode (thanks Bogdan Krakowski for the suggestion)

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

Description (last modified by bennylp)

Currently, SRTP optional mode is implemented by putting 'crypto' attributes in unsecured media line (with RTP/AVP transport) in the SDP offer. This non-standard approach is somehow getting popular.

The suggested approach is to offer duplicated media line, for secured and unsecured version, in the SDP. This approach is syntactically standard-friendly, however it may lack the way to tell UAS to choose/activate only one of the duplicated media.

Change History (3)

comment:1 Changed 14 years ago by nanang

(In [3172]) Re #1069:

  • Added new approach of SRTP optional mode in pjsua-lib by duplicating SDP media line for secured and unsecured version of media transport.
  • Integrated this feature into pjsua app, it is activated via --use-srtp=3 param.

comment:2 Changed 14 years ago by nanang

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

comment:3 Changed 14 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.