summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-02-05 15:29:12 +0000
committerMatthew Jordan <mjordan@digium.com>2014-02-05 15:29:12 +0000
commit9b93917896ce365c854fa0a64be231b0612da811 (patch)
tree10782b05d8eb153c6063b4e9d639e869663c104e /CHANGES
parentdd0c6e9cc12ecd502d0d8bb25bf030b1d2e62f72 (diff)
ARI/AMI: Update versions; update UPGRADE/CHANGES notes for 12.1.0 changes
Due to backwards compatible changes made to AMI/ARI, the version needs to be bumped to 1.1.0/2.1.0, respectively. ........ Merged revisions 407402 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES51
1 files changed, 47 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 4d4719160..07e5f2c4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -87,22 +87,65 @@ Debugging
--- Functionality changes from Asterisk 12.0.0 to Asterisk 12.1.0 ------------
------------------------------------------------------------------------------
+AMI
+------------------
+ * Added a new module that provides AMI control over MWI within Asterisk,
+ res_mwi_external_ami. Note that this module depends on res_mwi_external;
+ for more information on enabling this module, see res_mwi_external.
+ This module provides the MWIGet/MWIUpdate/MWIDelete actions, as well as
+ the MWIGet/MWIGetComplete events.
+
+ * The DialStatus field in the DialEnd event can now contain additional
+ statuses that convey how the dial operation terminated. This includes
+ ABORT, CONTINUE, and GOTO.
+
ARI
------------------
* 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.
+ and res_stasis_mailbox must be enabled to use this resource. For more
+ information on external MWI control, see res_mwi_external.
+
+ * Added new events for externally initiated transfers. The event
+ BridgeBlindTransfer is now raised when a channel initiates a blind transfer
+ of a bridge in the ARI controlled application to the dialplan; the
+ BridgeAttendedTransfer event is raised when a channel initiates an
+ attended transfer of a bridge in the ARI controlled application to the
+ dialplan.
+
+ * Channel variables may now be specified as a body parameter to the
+ POST /channels operation. The 'variables' key in the JSON is interpreted
+ as a sequence of key/value pairs that will be added to the created channel
+ as channel variables. Other parameters in the JSON body are treated as
+ query parameters of the same name.
-chan_pjsip
+res_pjsip
------------------
* Path support has been added with the 'support_path' option in registration
and aor sections.
-res_pjsip
-------------------
* A 'debug' option has been added to the globals section that will allow
sip messages to be logged.
+ * A 'set_var' option has been added to endpoints that will automatically
+ set the desired variable(s) on a channel created for that endpoint.
+
+ * Several new tables and columns have been added to the realtime schema for
+ the res_pjsip related modules. See the UPGRADE.txt notes for updating
+ the database schema.
+
+res_mwi_external
+------------------
+ * A new module, res_mwi_external, has been added to Asterisk. This module
+ acts as a base framework that other modules can build on top of to allow
+ an external system to control MWI within Asterisk. For implementations
+ that make use of res_mwi_external, see res_mwi_external_ami and
+ res_ari_mailboxes. Note that res_mwi_external canflicts with other modules
+ that may produce MWI themselves, such as app_voicemail. res_mwi_external
+ and other modules that depend on it cannot be built or loaded with
+ app_voicemail present.
+
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 11 to Asterisk 12 --------------------
------------------------------------------------------------------------------