From: Russell Bryant Date: Tue, 10 Apr 2007 20:50:27 +0000 (+0000) Subject: Note the bridge manager action and application in the CHANGES file. X-Git-Tag: 1.6.0-beta1~3^2~2863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74221823af982e64d2d45fd657b30fe199ad9984;p=thirdparty%2Fasterisk.git Note the bridge manager action and application in the CHANGES file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61283 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 014fc228a4..f93eb7927a 100644 --- a/CHANGES +++ b/CHANGES @@ -66,6 +66,8 @@ Miscellaneous * Added zap show version CLI command to chan_zap. * Added a new CDR module, cdr_sqlite3_custom. * Added a new realtime configuration module, res_config_sqlite + * Added a new dialplan application, Bridge, which allows you to bridge the + calling channel to any other active channel on the system. AMI - The manager (TCP/TLS/HTTP) -------------------------------- @@ -81,6 +83,8 @@ AMI - The manager (TCP/TLS/HTTP) * SIP and IAX manager events now use "ChannelType" in all cases where we indicate channel driver. Previously, we used a mixture of "Channel" and "ChannelDriver" headers. + * Added a "Bridge" action which allows you to bridge any two channels that + are currently active on the system. Dialplan functions ------------------