summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2014-02-05 17:21:39 +0000
committerJonathan Rose <jrose@digium.com>2014-02-05 17:21:39 +0000
commit7f18df5699abb3ec1bc5b308c60a6e0075e4c612 (patch)
tree71fca10ab9a7710825f3dae60fd50af98be0938b /CHANGES
parent9b93917896ce365c854fa0a64be231b0612da811 (diff)
CHANGES: Update changes log to include new bridge fields added in r404042
........ Merged revisions 407419 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 07e5f2c4f..842aba45f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -101,6 +101,10 @@ AMI
ARI
------------------
+ * The Bridge object contains new fields 'name' and 'creator'. The name
+ is a special description for the bridge given to it upon creation. The
+ creator is the name of the service/module/etc that created the bridge.
+
* Added a new ARI resource 'mailboxes' which allows the creation and
modification of mailboxes managed by external MWI. Modules res_mwi_external
and res_stasis_mailbox must be enabled to use this resource. For more