aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-10 20:50:27 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-10 20:50:27 +0000
commitd90b7cf49c681561832819c26d8e30febbce68a7 (patch)
tree52982f4bb259fbacbe93a80dc3e49dfe0eb1bbd8 /CHANGES
parent8c0363e578a8cbdf34f6dd5bdd30c82b383eec89 (diff)
Note the bridge manager action and application in the CHANGES file.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 014fc228a..f93eb7927 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
------------------