Opened 15 years ago
Last modified 14 years ago
#1045 closed defect
200/OK without SDP should cause call to be disconnected — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently 200/OK without SDP is accepted, and could cause problems, e.g. assertion in sip_timer.c at line 370:
pj_assert(pjmedia_sdp_neg_get_state(inv->neg) == PJMEDIA_SDP_NEG_STATE_DONE);
Note: See
TracTickets for help on using
tickets.