summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-08-30 14:42:41 +0000
committerJoshua Colp <jcolp@digium.com>2007-08-30 14:42:41 +0000
commit56e74f0dded99f7dbe54a6df84fc385ef83f9608 (patch)
tree84022d0159f99e84ab51ed0acde9706ac6400812 /CHANGES
parent3b354716917d8a30ea542438d223342c2915d1d0 (diff)
(closes issue #10603)
Reported by: jmls Patches: pbx.diff uploaded by jmls (license 141) Add REASON dialplan variable for when an originated call fails and the failed extension is executed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ca22c855..97d53889c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -272,3 +272,5 @@ Miscellaneous
* The device state functionality in the Local channel driver has been updated
to indicate INUSE or NOT_INUSE when a Local channel is being used as opposed
to just UNKNOWN if the extension exists.
+ * When originating a call using AMI or pbx_spool that fails the reason for failure
+ will now be available in the failed extension using the REASON dialplan variable.