Ignore:
Timestamp:
Apr 24, 2012 1:09:14 PM (12 years ago)
Author:
bennylp
Message:

Re #1474: merged r4054-r4079

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/pjsip-apps/src/pjsystest/systest.c

    r3664 r4082  
    968968    } 
    969969 
    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); 
    972973    if (status != PJ_SUCCESS) { 
    973974        PJ_PERROR(1,(THIS_FILE, status, "Error writing WAV file %s", 
     
    10001001     * Play the result. 
    10011002     */ 
    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); 
    10031006    if (status != PJ_SUCCESS) { 
    10041007        PJ_PERROR(1,(THIS_FILE, status, "Error opening WAV file %s", AEC_REC_PATH)); 
Note: See TracChangeset for help on using the changeset viewer.