Opened 12 years ago

Closed 12 years ago

#1580 closed defect (fixed)

Assertion in local SDP validation when using SRTP mandatory and receiving offer with SRTP optional duplicated media

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

Description

Reproducing steps:

  1. Start pjsua with --srtp-secure 0 --use-srtp 2
  2. Send INVITE to the pjsua with SDP offer such as:
    v=0
    o=- 518818627584 526334820353 IN IP4 127.0.0.1
    s=Audio call
    c=IN IP4 127.0.0.1
    t=0 0
    m=audio 7016 RTP/SAVP 0
    c=IN IP4 127.0.0.1
    a=crypto:1 AES_CM_128_HMAC_SHA1_80 
      inline:qgQj9Tl/cb2VQxxDAkoy6CATjPrlsqtGJU7DYST/
    m=audio 7016 RTP/AVP 0
    

Thanks Peter Koletzki for the report.

Change History (1)

comment:1 Changed 12 years ago by nanang

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

In 4245:

Fix #1580: Add SDP connection line in disabled or rejected media when there is none (in media/session level).

Note: See TracTickets for help on using tickets.