diff --git a/tester/tester.c b/tester/tester.c index e8bd983bf..5ac0448db 100644 --- a/tester/tester.c +++ b/tester/tester.c @@ -287,7 +287,7 @@ LinphoneCoreManager* linphone_core_manager_init(const char* rc_file) { if( manager_count >= 2){ - char *hellopath = bc_tester_file("sounds/hello8000.wav"); + char *hellopath = bc_tester_res("sounds/hello8000.wav"); char *recordpath = ms_strdup_printf("%s/record_for_lc_%p.wav",bc_tester_get_writable_dir_prefix(),mgr->lc); ms_message("Manager for '%s' using files", rc_file ? rc_file : "--"); linphone_core_set_use_files(mgr->lc, TRUE);