aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_playback.c')
-rw-r--r--apps/app_playback.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/app_playback.c b/apps/app_playback.c
index 612cf684c..45fcfb5e4 100644
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -452,10 +452,7 @@ static int playback_exec(struct ast_channel *chan, const char *data)
} else if (!option_noanswer) {
/* Otherwise answer unless we're supposed to send this while on-hook */
res = ast_answer(chan);
- } else {
- ast_indicate(chan, AST_CONTROL_PROGRESS);
}
-
}
if (!res) {
char *back = args.filenames;