]> 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:51 +0000 (08:28 -0600)
commit07a850c6dd378de485cba2a919b7951a1e0f27d4
tree6e639f2a21057b1675974fa7a3c3d9a9cd06dc19
parent6c75383fd55ca7edac10c7499764097d708b2893
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]