Ignore:
Timestamp:
Oct 6, 2011 6:49:09 AM (13 years ago)
Author:
ming
Message:

Re #1266:

  • Make sure that all media transports are already created and completed to fix the assertion when making call using ICE.
  • Change the callback pjsua_med_tp_state_cb to return pj_status_t (instead of void)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r3780 r3796  
    631631                                      call->secure_level, dlg->pool, 
    632632                                      NULL, NULL, PJ_TRUE, 
    633                                       (pjsua_med_tp_state_cb) 
    634633                                      &on_make_call_med_tp_complete); 
    635634    if (status == PJ_SUCCESS) { 
     
    10971096                                      offer, 
    10981097                                      &sip_err_code, PJ_TRUE, 
    1099                                       (pjsua_med_tp_state_cb) 
    11001098                                      &on_incoming_call_med_tp_complete); 
    11011099    if (status == PJ_SUCCESS) { 
Note: See TracChangeset for help on using the changeset viewer.