summaryrefslogtreecommitdiff
path: root/UPGRADE-11.txt
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2013-08-05 18:46:57 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2013-08-05 18:46:57 +0000
commita14753929f175d1e6245e6ad5097e6c51b7beb50 (patch)
treed622e0c86a4ea1fd770ffec38ca6c9122581cf0d /UPGRADE-11.txt
parent2d87fc773b6c68ea2cc82a5345cab30946b38d75 (diff)
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) ........ Merged revisions 396196 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 396197 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE-11.txt')
-rw-r--r--UPGRADE-11.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE-11.txt b/UPGRADE-11.txt
index d65151a19..6d0b8cb4e 100644
--- a/UPGRADE-11.txt
+++ b/UPGRADE-11.txt
@@ -19,6 +19,11 @@
=== UPGRADE-10.txt -- Upgrade info for 1.8 to 10
===
===========================================================
+from 11.5 to 11.6:
+* 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 11.4 to 11.5:
* The default settings for chan_sip are now overriden properly by the general