Ignore:
Timestamp:
Feb 5, 2016 4:29:17 AM (9 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-apps/src/samples/footprint.c

    r3553 r5241  
    342342    pjsip_ua_destroy(); 
    343343    pjsip_dlg_create_uac(NULL, NULL, NULL, NULL, NULL, NULL); 
    344     pjsip_dlg_create_uas(NULL, NULL, NULL, NULL); 
     344    pjsip_dlg_create_uas_and_inc_lock(NULL, NULL, NULL, NULL); 
    345345    pjsip_dlg_terminate(NULL); 
    346346    pjsip_dlg_set_route_set(NULL, NULL); 
Note: See TracChangeset for help on using the changeset viewer.