Opened 6 years ago
Closed 6 years ago
#2119 closed enhancement (fixed)
Don't raise assert when receiving an incoming call without a pjsua account
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
When there is no pjsua account available, and incoming call is received, assertion is raised:
pjsua_acc_find_for_incoming: assertion "pjsua_var.acc_cnt!=0" failed
In this case, assertion should be avoided since it is an uncontrollable event.
Thanks to Stanley Knapczyk for the report.
Change History (2)
comment:1 Changed 6 years ago by riza
comment:2 Changed 6 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5805: