Opened 13 years ago
Closed 13 years ago
#1461 closed defect (fixed)
pjsua_call_make_call: assertion failure when rapidly making calls
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-rc |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When user makes calls pretty rapidly, he will get:
a->addr.sa_family == PJ_AF_INET6), function pj_sockaddr_get_len, file ../src/pj/sock_common.c, line 387. |
The problem happens because if a call hasn't created an invite session, its call id can still be allocated to another call.
Change History (1)
comment:1 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3966]) Fixed #1461: pjsua_call_make_call: assertion failure when rapidly making calls