Opened 12 years ago
Closed 12 years ago
#1598 closed defect (fixed)
Fixed assertion when sip error code is not set (thanks Peter Koletzki for the report)
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by ming)
PJSIP is throwing an assertion at sip_util.c when during executing pjsua_start(), an incoming call is received.
This is caused by:
- pjsua_call.c / pjsua_call_on_incoming():
sip_err_code is uninitialized
- pjsua_media.c / pjsua_media_channel_init()
when pjsua_get_status() != RUNNING, the function will return without setting the sip_err_code.
This creates a response with random sip error code and an assertion is thrown.
Change History (2)
comment:1 Changed 12 years ago by ming
- Description modified (diff)
comment:2 Changed 12 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4306: