Changeset 4714 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c
- Timestamp:
- Jan 23, 2014 8:15:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c
r4710 r4714 1069 1069 1070 1070 pjsua_call_get_info(current_call, &ci); 1071 printf("Transfer ing current call [%d] %.*s\n", current_call,1071 printf("Transferring current call [%d] %.*s\n", current_call, 1072 1072 (int)ci.remote_info.slen, ci.remote_info.ptr); 1073 1073
Note: See TracChangeset
for help on using the changeset viewer.