Changeset 4457 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_ui_cmd.c
- Timestamp:
- Apr 3, 2013 8:21:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_ui_cmd.c
r4440 r4457 971 971 static void ui_send_update() 972 972 { 973 if (current_call != -1) { 973 if (current_call != -1) { 974 call_opt.flag |= PJSUA_CALL_UNHOLD; 974 975 pjsua_call_update2(current_call, &call_opt, NULL); 975 976 } else { … … 1936 1937 on_exit: 1937 1938 ; 1938 } 1939 } 1940
Note: See TracChangeset
for help on using the changeset viewer.