Changeset 5928 for pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
- Timestamp:
- Jan 8, 2019 9:43:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
r5923 r5928 1493 1493 if (!call) { 1494 1494 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; 1495 1503 } 1496 1504 } else {
Note: See TracChangeset
for help on using the changeset viewer.