mirror of https://github.com/asterisk/asterisk
In Asterisk 11, if a channel was redirected away during Playback(),
the PLAYBACKSTATUS variable would be set to SUCCESS. In Asterisk 12
(specifically commit 7d9871b394
) 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
18.17
parent
6c75383fd5
commit
07a850c6dd
@ -0,0 +1,8 @@
|
||||
Subject: app_playback
|
||||
|
||||
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.
|
Loading…
Reference in new issue