Ignore:
Timestamp:
Feb 9, 2006 1:26:14 AM (18 years ago)
Author:
bennylp
Message:

Done media integration in pjsua. Needs to do actual voice testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua/pjsua_core.c

    r162 r163  
    7878    pj_strerror(status, errmsg, sizeof(errmsg)); 
    7979 
    80     PJ_LOG(1,(THIS_FILE, "%s: %s", title, errmsg)); 
     80    PJ_LOG(1,(THIS_FILE, "%s: %s [code=%d]", title, errmsg, status)); 
    8181} 
    8282 
     
    230230            pjmedia_session_destroy(inv_data->session); 
    231231            inv_data->session = NULL; 
     232 
     233            PJ_LOG(3,(THIS_FILE,"Media session is destroyed")); 
    232234        } 
    233235 
     
    302304    } 
    303305 
     306    PJ_LOG(3,(THIS_FILE,"Media has been started successfully")); 
    304307} 
    305308 
Note: See TracChangeset for help on using the changeset viewer.