Update CHANGES and UPGRADE.txt for 18.17.0

This commit is contained in:
Asterisk Development Team
2023-03-02 11:35:33 -05:00
parent 1ddfb7551a
commit 69297b59df
13 changed files with 79 additions and 60 deletions

View File

@@ -1,8 +0,0 @@
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.