aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-30 14:42:41 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-30 14:42:41 +0000
commitce33d3a5189862d36f3a315b3e7b15d9a676b5fc (patch)
tree84022d0159f99e84ab51ed0acde9706ac6400812 /CHANGES
parent9fa69c31d44fa1a95869a05fd8284c88e03fcf97 (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: http://svn.digium.com/svn/asterisk/trunk@81372 f38db490-d61c-443f-a65b-d21fe96a405b
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.