CHANGES: Add missing changes

Add missing CHANGES changes from r417361 and r417383.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/97/197/1
Kinsey Moore 11 years ago
parent 435d20201c
commit 1337daf88a

@ -23,6 +23,11 @@ AMI
* 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.
@ -35,6 +40,14 @@ chan_dahdi
* 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
------------------
* The JACK_HOOK function now supports audio with a sample rate higher than

Loading…
Cancel
Save