Changes between Initial Version and Version 1 of Ticket #1045


Ignore:
Timestamp:
Jun 16, 2010 3:20:46 PM (14 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1045

    • Property Summary changed from 200/OK without SDP should cause call to be disconnected to Handle incomplete SDP offer-answer in re-INVITE/UPDATE
  • Ticket #1045 – Description

    initial v1  
    1 Currently 200/OK without SDP is accepted, and could cause problems, e.g. assertion in sip_timer.c at line 370: 
     1Cases: 
     2 1. Receive no SDP answer in 200 reponse after sending re-INVITE or UPDATE with offer. 
     3 2. Receive no SDP answer in ACK after sending 200 response with offer (incoming re-INVITE does not contain offer). Note that there is possibility that ACK uses same branch as the re-INVITE. 
     4 
     5For such cases, the SDP negotiator state should be resetted to STATE_DONE, otherwise it could cause problems, e.g. assertion in sip_timer.c at line 370: 
    26 
    37{{{