Changeset 2801


Ignore:
Timestamp:
Jun 25, 2009 11:21:57 AM (15 years ago)
Author:
bennylp
Message:

Ticket #816: Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the report)

  • backported changes from #815
File:
1 edited

Legend:

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

    r2800 r2801  
    37673767                pjmedia_sdp_neg_cancel_offer(inv->neg); 
    37683768            } 
     3769 
     3770            if (tsx == inv->invite_tsx) 
     3771                inv->invite_tsx = NULL; 
    37693772        } 
    37703773 
Note: See TracChangeset for help on using the changeset viewer.