Opened 6 years ago
Closed 6 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 6 years ago by nanang
- Owner set to nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5954: