]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
uniqueid: Update CHANGES to reflect new features
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 14 Mar 2014 17:56:13 +0000 (17:56 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 14 Mar 2014 17:56:13 +0000 (17:56 +0000)
Note the new features provided by uniqueid in the
CHANGES file.

(issue ASTERISK-23120)
Review: https://reviewboard.asterisk.org/r/3316/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@410588 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES

diff --git a/CHANGES b/CHANGES
index 5854f9a44231003948f377cee91483e990ee3e34..8ea0baa4181935d398f6fcb01a1e4c7497dd79dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,26 @@ ARI
  * The live recording object on recording events now contains a target_uri
    field which contains the URI of what is being recorded.
 
+ * A channelId can now be provided when creating a channel, either in the
+   uri (POST channels/my-channel-id) or as query parameter.  A local channel
+   will suffix the second channel id with ';2' unless provided as query
+   parameter otherChannelId.
+
+ * A bridgeId can now be provided when creating a bridge, either in the uri
+   (POST bridges/my-bridge-id) or as a query parameter.
+
+ * A playbackId can be provided when starting a playback, either in the uri
+   (POST channels/my-channel-id/play/my-playback-id) or as a query parameter.
+
+ * A snoop channel can be started with a snoopId, in the uri or query.
+
+AMI
+------------------
+ * Originate now takes optional parameters ChannelId and OtherChannelId,
+   used to set the UniqueId on creation.  The other id is assigned to the
+   second channel when dialing LOCAL, or defaults to appending ;2 if only
+   the single Id is given.
+
 res_pjsip
 ------------------
  * transport and endpoint ToS options (tos, tos_audio, and tos_video) may now