Index: apps/app_followme.c =================================================================== --- apps/app_followme.c (revision 166771) +++ apps/app_followme.c (working copy) @@ -1073,6 +1073,11 @@ } ast_mutex_unlock(&f->lock); + /* Answer the call */ + if (chan->_state != AST_STATE_UP) { + ast_answer(chan); + } + if (ast_test_flag(&targs.followmeflags, FOLLOWMEFLAG_STATUSMSG)) ast_stream_and_wait(chan, targs.statusprompt, "");