aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-24 19:42:25 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-24 19:42:25 +0000
commitb165c0a8daf60e5719e273005fd4012441caee43 (patch)
treee6f5c87e3b1aa705d5824eb647dc6afe0e8ff48e /apps/app_playback.c
parentd80f8a1bb98a74546c22f10911478a8e3858887c (diff)
Merged revisions 220289 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r220289 | tilghman | 2009-09-24 14:41:02 -0500 (Thu, 24 Sep 2009) | 13 lines 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/branches/1.6.0@220290 f38db490-d61c-443f-a65b-d21fe96a405b
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 0fad48b32..bf1766efc 100644
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -429,10 +429,7 @@ static int playback_exec(struct ast_channel *chan, void *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;