1 | | Currently 200/OK without SDP is accepted, and could cause problems, e.g. assertion in sip_timer.c at line 370: |
| 1 | Cases: |
| 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 | |
| 5 | For 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: |