Ignore:
Timestamp:
Apr 3, 2013 8:21:47 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1653: [incompatible] pjsua_call_update() API should not release hold

File:
1 edited

Legend:

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

    r4440 r4457  
    971971static void ui_send_update() 
    972972{ 
    973     if (current_call != -1) {            
     973    if (current_call != -1) { 
     974        call_opt.flag |= PJSUA_CALL_UNHOLD; 
    974975        pjsua_call_update2(current_call, &call_opt, NULL); 
    975976    } else { 
     
    19361937on_exit: 
    19371938    ; 
    1938 } 
     1939}  
     1940 
Note: See TracChangeset for help on using the changeset viewer.