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/src/pjsip/sip_ua_layer.c

    r4537 r5241  
    278278/* 
    279279 * Register new dialog. Called by pjsip_dlg_create_uac() and 
    280  * pjsip_dlg_create_uas(); 
     280 * pjsip_dlg_create_uas_and_inc_lock(); 
    281281 */ 
    282282PJ_DEF(pj_status_t) pjsip_ua_register_dlg( pjsip_user_agent *ua, 
Note: See TracChangeset for help on using the changeset viewer.