Changeset 4082 for pjproject/trunk/pjsip-apps/src/pjsystest/systest.c
- Timestamp:
- Apr 24, 2012 1:09:14 PM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/1.x merged: 4063-4067,4074,4079
- Property svn:mergeinfo changed
-
pjproject/trunk/pjsip-apps/src/pjsystest/systest.c
r3664 r4082 968 968 } 969 969 970 status = pjsua_recorder_create(pj_cstr(&tmp, AEC_REC_PATH), 0, 0, -1, 971 0, &writer_id); 970 status = pjsua_recorder_create( 971 pj_cstr(&tmp, add_path(doc_path, AEC_REC_PATH)), 0, 0, -1, 972 0, &writer_id); 972 973 if (status != PJ_SUCCESS) { 973 974 PJ_PERROR(1,(THIS_FILE, status, "Error writing WAV file %s", … … 1000 1001 * Play the result. 1001 1002 */ 1002 status = pjsua_player_create(pj_cstr(&tmp, AEC_REC_PATH), 0, &player_id); 1003 status = pjsua_player_create( 1004 pj_cstr(&tmp, add_path(doc_path, AEC_REC_PATH)), 1005 0, &player_id); 1003 1006 if (status != PJ_SUCCESS) { 1004 1007 PJ_PERROR(1,(THIS_FILE, status, "Error opening WAV file %s", AEC_REC_PATH));
Note: See TracChangeset
for help on using the changeset viewer.