Ignore:
Timestamp:
Mar 17, 2006 5:57:52 PM (19 years ago)
Author:
bennylp
Message:

Changed pjsip_inv_send_msg() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/main.c

    r323 r324  
    571571                if (status == PJ_SUCCESS) 
    572572                    status = pjsip_inv_send_msg(pjsua.calls[current_call].inv, 
    573                                                 tdata, NULL); 
     573                                                tdata); 
    574574 
    575575                if (status != PJ_SUCCESS) 
Note: See TracChangeset for help on using the changeset viewer.