Index: res/res_agi.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v retrieving revision 1.21 diff -u -r1.21 res_agi.c --- res/res_agi.c 28 Dec 2004 23:01:22 -0000 1.21 +++ res/res_agi.c 31 Dec 2004 20:35:14 -0000 @@ -433,8 +433,7 @@ fs = ast_openstream(chan, argv[2], chan->language); if(!fs){ fdprintf(agi->fd, "200 result=%d endpos=%ld\n", 0, sample_offset); - ast_log(LOG_WARNING, "Unable to open %s\n", argv[2]); - return RESULT_FAILURE; + return RESULT_SUCCESS; } ast_seekstream(fs, 0, SEEK_END); max_length = ast_tellstream(fs);