]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CHANGES: Update changes log to include new bridge fields added in r404042
authorJonathan Rose <jrose@digium.com>
Wed, 5 Feb 2014 17:12:52 +0000 (17:12 +0000)
committerJonathan Rose <jrose@digium.com>
Wed, 5 Feb 2014 17:12:52 +0000 (17:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@407419 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES

diff --git a/CHANGES b/CHANGES
index 04150802f4758e730ac64e056e2b73aeabbcc18c..dadf3a7222e388930aa7e9c7fb8a08de78f76425 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,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