Changeset 1896


Ignore:
Timestamp:
Mar 27, 2008 5:30:51 PM (16 years ago)
Author:
bennylp
Message:

More ticket #514: the last fix causes invite session to refuse to send CANCEL!

File:
1 edited

Legend:

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

    r1878 r1896  
    20722072 
    20732073        /* Check again that we didn't receive incoming re-INVITE */ 
    2074         if (inv->invite_tsx) { 
     2074        if (tdata->msg->line.req.method.id==PJSIP_INVITE_METHOD &&  
     2075            inv->invite_tsx)  
     2076        { 
    20752077            pjsip_tx_data_dec_ref(tdata); 
    20762078            pjsip_dlg_dec_lock(inv->dlg); 
Note: See TracChangeset for help on using the changeset viewer.