From: Michael L. Young Date: Mon, 5 Aug 2013 18:40:13 +0000 (+0000) Subject: Adding a note to UPGRADE.txt about a change made to res_agi in order to X-Git-Tag: 1.8.24.0-rc1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=111a81b8d8581c58d962aa081dfc0d2606f93863;p=thirdparty%2Fasterisk.git Adding a note to UPGRADE.txt about a change made to res_agi in order to indicate when streaming an audio file fails like it is done in other parts of the code to indicate an error. Note was requested by Paul Belanger: http://lists.digium.com/pipermail/asterisk-dev/2013-July/061420.html (related to issue ASTERISK-21903) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@396196 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index a8c57f35fc..2cf2a226db 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -17,6 +17,11 @@ === UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6 === =========================================================== +from 1.8.23.0 to 1.8.24.0: +* res_agi will now properly indicate if there was an error in streaming an + audio file. The result code will be -1 and the result returned from the + the function will be RESULT_FAILURE instead of the prior behavior of always + returning RESULT_SUCCESS even if there was an error. from 1.8.22.0 to 1.8.23.0: * The default settings for chan_sip are now overriden properly by the general