Changeset 4457 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_cli_cmd.c
- Timestamp:
- Apr 3, 2013 8:21:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_cli_cmd.c
r4440 r4457 1524 1524 { 1525 1525 if (current_call != PJSUA_INVALID_ID) { 1526 call_opt.flag |= PJSUA_CALL_UNHOLD; 1526 1527 pjsua_call_update2(current_call, &call_opt, NULL); 1527 1528 } else {
Note: See TracChangeset
for help on using the changeset viewer.