Ignore:
Timestamp:
Jan 8, 2019 9:43:21 AM (5 years ago)
Author:
riza
Message:

Close #2173: On PJSUA2, application will not be notified when when SDP nego fails due to unsupported codec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp

    r5923 r5928  
    14931493            if (!call) { 
    14941494                return base_tp; 
     1495            } 
     1496            if (in_call->inv->dlg->mod_data[pjsua_var.mod.id] == NULL) { 
     1497                /* This will enabled notification for fail events related to  
     1498                 * the call via on_call_state() and on_call_tsx_state(). 
     1499                 */ 
     1500                in_call->inv->dlg->mod_data[pjsua_var.mod.id] = in_call; 
     1501                in_call->inv->mod_data[pjsua_var.mod.id] = in_call; 
     1502                ++pjsua_var.call_cnt; 
    14951503            } 
    14961504        } else { 
Note: See TracChangeset for help on using the changeset viewer.