Ignore:
Timestamp:
Feb 5, 2016 4:29:17 AM (8 years ago)
Author:
nanang
Message:

Fixed #1902:

  • Crash when endpoint has multiple worker threads and SIP TCP transport is disconnected during incoming call handling.
  • Deprecated pjsip_dlg_create_uas(), replaced by pjsip_dlg_create_uas_and_inc_lock().
  • Serialized transaction state notifications (of 'terminated' and 'destroyed') in case of transport error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_replaces.h

    r3553 r5241  
    139139    // Create UAS Invite session as usual. 
    140140    // 
    141     status = pjsip_dlg_create_uas(.., rdata, .., &dlg); 
     141    status = pjsip_dlg_create_uas_and_inc_lock(.., rdata, .., &dlg); 
    142142    .. 
    143143    status = pjsip_inv_create_uas(dlg, .., &inv); 
Note: See TracChangeset for help on using the changeset viewer.