Changeset 5922
- Timestamp:
- Dec 12, 2018 3:36:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r5921 r5922 4930 4930 } 4931 4931 4932 /* If application lets us answer the re-INVITE ,4933 *application must set the SDP answer with4932 /* If application lets us answer the re-INVITE which contains 4933 * SDP, application must set the SDP answer with 4934 4934 * #pjsip_inv_set_sdp_answer(). 4935 4935 */ 4936 if (pjmedia_sdp_neg_get_state(inv->neg) != 4937 PJMEDIA_SDP_NEG_STATE_WAIT_NEGO) 4936 if (sdp_info->sdp && 4937 (pjmedia_sdp_neg_get_state(inv->neg) != 4938 PJMEDIA_SDP_NEG_STATE_WAIT_NEGO)) 4938 4939 { 4939 4940 status = PJ_EINVALIDOP;
Note: See TracChangeset
for help on using the changeset viewer.