Opened 16 years ago
Closed 16 years ago
#634 closed defect (fixed)
Assertion when rejecting incoming INVITE when the call arrives while pjsip is being shutdown
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.0-rc3 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
When a call arrives while pjsua-lib is being shutdown, the media initialization will return PJ_EBUSY, however it doesn't set the SIP status code, causing it to contain garbage integer value and subsequently triggers assertion when creating a response message.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2280