From 1487d749fe7af7950e91c1030978441ac614a4f0 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 16 Apr 2004 02:51:47 +0000 Subject: [PATCH] Answer if it needs it... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2699 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_festival.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/app_festival.c b/apps/app_festival.c index 337de43b61..fbe63cdeb3 100755 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -155,6 +155,9 @@ static int send_waveform_to_channel(struct ast_channel *chan, char *waveform, in return -1; } + /* Answer if it's not already going */ + if (chan->_state != AST_STATE_UP) + ast_answer(chan); ast_stopstream(chan); owriteformat = chan->writeformat;