diff --git a/apps/app_followme.c b/apps/app_followme.c index f3d2c8d714..46b7aee7f0 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -975,6 +975,11 @@ static int app_exec(struct ast_channel *chan, void *data) } 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, "");