Ignore:
Timestamp:
Jan 29, 2007 6:36:38 PM (17 years ago)
Author:
bennylp
Message:

Some simple call testing to py_pjsua and bug fixes

File:
1 edited

Legend:

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

    r881 r916  
    10041004    if (call->res_time.sec == 0) 
    10051005        pj_gettimeofday(&call->res_time); 
     1006 
     1007    if (reason && reason->slen == 0) 
     1008        reason = NULL; 
    10061009 
    10071010    /* Create response message */ 
Note: See TracChangeset for help on using the changeset viewer.