Opened 14 years ago
Closed 14 years ago
#1163 closed defect (fixed)
Assertions triggered by lock codec after unsuccessful SDP negotiation or media update failure
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.10 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | sipit27 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
Known cases:
- SDP negotiation done unsuccessfully, e.g: no common codec, so no local/remote active SDP resulted:
Assertion failed: (neg->active_local_sdp), function pjmedia_sdp_neg_get_active_local, file ../src/pjmedia/sdp_neg.c, line 188.
- SDP negotiation done successfully, but then media update fails and the media may get deactivated (port set to 0 and attributes removed):
Assertion failed: (!"SDP should have been validated!"), function is_non_av_fmt, file ../src/pjsua-lib/pjsua_call.c, line 3047.
Change History (1)
comment:1 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3374]) Fix #1163: