Changeset 1902 for pjproject/trunk


Ignore:
Timestamp:
Apr 1, 2008 4:37:58 PM (16 years ago)
Author:
bennylp
Message:

More ticket #514: bug in previous fix caused invite session to unable to respond to authentication in re-INVITE

File:
1 edited

Legend:

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

    r1896 r1902  
    33283328                return; 
    33293329 
     3330            /* Retry INVITE request */ 
     3331            inv->invite_tsx = NULL; 
     3332 
    33303333            /* Send re-INVITE */ 
    33313334            status = pjsip_inv_send_msg( inv, tdata); 
Note: See TracChangeset for help on using the changeset viewer.