Opened 5 years ago

Closed 5 years ago

#2183 closed defect (fixed)

Dialog not destroyed on late media offer scenario

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

Description

Reported that on late media offer scenario (receiving INVITE without SDP), dialog is not destroyed properly after the call is disconnected.

After investigation, we found a bug in PJSUA incoming call handler function (i.e: pjsua_call_on_incoming()) that the dialog session previously incremented will never be decremented when the function does not initialize media channel.

Thanks Martin Novotný for the report.

Change History (1)

comment:1 Changed 5 years ago by nanang

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

In 5954:

Fix #2183: Fixed bug of dialog not destroyed on late media scenario: pjsua_call_on_incoming() should decrement dialog session counter when media channel is not initialized.

Note: See TracTickets for help on using tickets.