summaryrefslogtreecommitdiff
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-24 19:41:02 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-24 19:41:02 +0000
commit1cf5422dc87dcbf4b0f9f42c9cb52c45dd160c7a (patch)
tree8d179523413797799cac67750d270180828bd112 /apps/app_playback.c
parenta662c953714be50a45c05a01d5eee74390c21442 (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@220289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;