]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_playback.c: Fix PLAYBACKSTATUS regression.
authorSean Bright <sean@seanbright.com>
Thu, 5 Jan 2023 16:41:37 +0000 (11:41 -0500)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 13 Jan 2023 14:28:53 +0000 (08:28 -0600)
commitef16eaee367220d7ef57fd81a58ef11b13227a4a
tree33fe0632f353e24fc226858a32b664306bcca019
parent2f5aece0c9fb0eb8267594e2422af83ecd91e0a6
app_playback.c: Fix PLAYBACKSTATUS regression.

In Asterisk 11, if a channel was redirected away during Playback(),
the PLAYBACKSTATUS variable would be set to SUCCESS. In Asterisk 12
(specifically commit 7d9871b3940fa50e85039aef6a8fb9870a7615b9) that
behavior was inadvertently changed and the same operation would result
in the PLAYBACKSTATUS variable being set to FAILED. The Asterisk 11
behavior has been restored.

Partial fix for ASTERISK~25661.

Change-Id: I53f54e56b59b61c99403a481b6cb8d88b5a559ff
apps/app_playback.c
doc/UPGRADE-staging/app_playback_playbackstatus.txt [new file with mode: 0644]