Index: main/say.c =================================================================== --- main/say.c (revision 88262) +++ main/say.c (working copy) @@ -256,7 +256,7 @@ fn = fnbuf; break; } - if (fn && ast_fileexists(fn, NULL, NULL) > 0) { + if (fn && ast_fileexists(fn, NULL, lang) > 0) { res = ast_streamfile(chan, fn, lang); if (!res) { if ((audiofd > -1) && (ctrlfd > -1))