Changeset 5700 for pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
- Timestamp:
- Nov 22, 2017 2:07:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r5641 r5700 4157 4157 } 4158 4158 4159 if (dlg->remote.info->tag.slen) { 4160 4161 inv_set_state(inv, PJSIP_INV_STATE_EARLY, e); 4159 if (tsx->status_code != 100) { 4160 4161 if (dlg->remote.info->tag.slen) 4162 inv_set_state(inv, PJSIP_INV_STATE_EARLY, e); 4162 4163 4163 4164 inv_check_sdp_in_incoming_msg(inv, tsx,
Note: See TracChangeset
for help on using the changeset viewer.