From a0a179b39a2d8f733a8ae7d2fdc2a0a79a78f2be Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 24 Sep 2009 19:41:02 +0000 Subject: Merged revisions 220288 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r220288 | tilghman | 2009-09-24 14:39:41 -0500 (Thu, 24 Sep 2009) | 6 lines Implicitly sending a progress signal breaks some applications. Call Progress() in your dialplan if you explicitly want progress to be sent. (Reverts change 216430, closes issue #15957) Reported by: Pavel Troller on the Asterisk-Dev mailing list http://lists.digium.com/pipermail/asterisk-dev/2009-September/039897.html ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@220289 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_playback.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/app_playback.c') 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; -- cgit v1.2.3