Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 302459) +++ apps/app_meetme.c (working copy) @@ -3257,8 +3257,8 @@ } user_iter = ao2_iterator_init(conf->usercontainer, 0); while((user = ao2_iterator_next(&user_iter))) { - if (ast_fileexists(usr->namerecloc, NULL, NULL)) { - if (keepplaying && !ast_streamfile(chan, usr->namerecloc, chan->language)) { + if (ast_fileexists(user->namerecloc, NULL, NULL)) { + if (keepplaying && !ast_streamfile(chan, user->namerecloc, chan->language)) { res = ast_waitstream(chan, AST_DIGIT_ANY); ast_stopstream(chan); if (res > 0)