summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-11-21 18:38:18 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-11-21 18:38:18 +0000
commit1c295be7a05e60d44270904b8a1ad19568a67411 (patch)
tree8632447d3463937a4165357273a4fb730c76f1c9 /UPGRADE.txt
parent192252ec58319a4b20c8bb0e66bcaedbe41e00cc (diff)
Change Read to set READSTATUS as an indication of the result
Also, some cleanup to CHANGES. Reported by: michael-fig Patch by: michael-fig,tilghman (Closes issue #11004) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 2e4de04d2..7d8eb6a42 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -78,6 +78,9 @@ Applications:
introduced dialplan functions LOCK(), TRYLOCK(), and UNLOCK(). You may use
these functions in any location where you desire to ensure that only one
channel is executing that path at any one time.
+* Read() now sets a READSTATUS variable on exit. It does NOT automatically
+ return -1 (and hangup) anymore on error. If you want to hangup on error,
+ you need to do so explicitly in your dialplan.
Dialplan Functions: