summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2014-02-05 20:56:51 +0000
committerJonathan Rose <jrose@digium.com>2014-02-05 20:56:51 +0000
commit5a48613cb48bf0e8984a5c85ea966dc001bfd27c (patch)
tree8ed4cafcc67d8bec6c8a6613024b2bf3aeb6f227 /CHANGES
parent6f4a834870e0b0eabd79fe361e2c10f09bdfbb55 (diff)
CHANGES: Improved description of Name/Creator changes to bridge ARI, adds AMI
The changes log was written with language that was a little too internal Asterisk specific, so it's been changed to be more in the frame of reference of an ARI user. Also, previously the AMI event changes were omitted from the change log as well as the ability to include a bridge name in the ARI post bridges command. ........ Merged revisions 407461 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407462 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 15 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 1d9dedd0a..eedf55352 100644
--- a/CHANGES
+++ b/CHANGES
@@ -101,11 +101,23 @@ AMI
statuses that convey how the dial operation terminated. This includes
ABORT, CONTINUE, and GOTO.
+ * Bridge related events now have two additional fields: BridgeName and
+ BridgeCreator. BridgeName is a descriptive name for the bridge;
+ BridgeCreator is the name of the entity that created the bridge. This
+ affects the following events: ConfbridgeStart, ConfbridgeEnd,
+ ConfbridgeJoin, ConfbridgeLeave, ConfbridgeRecord, ConfbridgeStopRecord,
+ ConfbridgeMute, ConfbridgeUnmute, ConfbridgeTalking, BlindTransfer,
+ AttendedTransfer, BridgeCreate, BridgeDestroy, BridgeEnter, BridgeLeave
+
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.
+ * The Bridge data model now contains the additional fields 'name' and
+ 'creator'. The 'name' field conveys a descriptive name for the bridge;
+ the 'creator' field conveys the name of the entity that created the bridge.
+ This affects all responses to HTTP requests that return a Bridge data model
+ as well as all event derived data models that contain a Bridge data model.
+ The POST /bridges operation may now optionally specify a name to give to
+ the bridge being created.
* Added a new ARI resource 'mailboxes' which allows the creation and
modification of mailboxes managed by external MWI. Modules res_mwi_external