Changeset 5700


Ignore:
Timestamp:
Nov 22, 2017 2:07:48 AM (6 years ago)
Author:
nanang
Message:

Fixed #2066: SDP ignored in 180/183 response without To tag.

Location:
pjproject/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c

    r5641 r5700  
    41574157            } 
    41584158 
    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); 
    41624163 
    41634164                inv_check_sdp_in_incoming_msg(inv, tsx,  
Note: See TracChangeset for help on using the changeset viewer.