diff --git a/apps/app_followme.c b/apps/app_followme.c index 92320fd9c6..45297b0092 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -970,6 +970,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, "");