aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-07 15:33:32 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-07 15:33:32 +0000
commitf336d2a0c7c4680b025ee38274a3a6485a2e09c9 (patch)
tree9a792efe1dc8dc8da13a929b1474344a860381de /CHANGES
parentf39051c1147a6b9b831dd0ebaa131d8ae175c0f1 (diff)
Here lies the fixes that killed bug 8423 -- OriginateSuccess and OriginateError incomplete channel name. May it rest in peace.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48349 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 dca675a32..faa185507 100644
--- a/CHANGES
+++ b/CHANGES
@@ -337,3 +337,5 @@ Changes since Asterisk 1.2:
2. chan_modem_* and related modules are gone because the kernel support for those interfaces is old, buggy and unsupported
* New Utils:
1. aelparse -- compile .ael files outside of asterisk
+ * New manager events:
+ 1. OriginateResponse event comes to replace OriginateSuccess and OriginateFailure