[svn-commits] kmoore: trunk r417423 - /trunk/CHANGES

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 26 14:15:13 CDT 2014


Author: kmoore
Date: Thu Jun 26 14:15:10 2014
New Revision: 417423

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=417423
Log:
CHANGES: Add missing changes

Add missing CHANGES changes from r417361 and r417383.

Modified:
    trunk/CHANGES

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=417423&r1=417422&r2=417423
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu Jun 26 14:15:10 2014
@@ -23,6 +23,11 @@
  * New AMI action LoggerRotate reloads and rotates logger in the same manner
    as CLI command 'logger rotate'
 
+CEL
+------------------
+ * The "bridge_technology" extra field key has been added to BRIDGE_ENTER
+   and BRIDGE_EXIT events.
+
 chan_dahdi
 ------------------
  * SS7 support now requires libss7 v2.0 or later.
@@ -34,6 +39,14 @@
 
  * Added several SS7 config option parameters described in
    chan_dahdi.conf.sample.
+
+Features
+------------------
+ * The ast_channel_feature_hooks* functions have been added to allow features
+   such as DTMF hooks, interval hooks, and bridge event hooks to be made
+   available to a channel when the channel is bridged. Previously, these
+   features were provided exclusively by the caller of ast_bridge_join()
+   outside of "basic" type bridges.
 
 JACK_HOOK
 ------------------




More information about the svn-commits mailing list