Ignore:
Timestamp:
Sep 24, 2008 10:10:15 AM (16 years ago)
Author:
bennylp
Message:

Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c

    r2039 r2315  
    833833                dlg = (*mod_ua.param.on_dlg_forked)(dlg_set->dlg_list.next,  
    834834                                                    rdata); 
     835                if (dlg == NULL) { 
     836                    pj_mutex_unlock(mod_ua.mutex); 
     837                    return PJ_TRUE; 
     838                } 
    835839            } else { 
    836840                dlg = dlg_set->dlg_list.next; 
Note: See TracChangeset for help on using the changeset viewer.