summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Griepentrog <sgriepentrog@digium.com>2014-03-14 17:56:53 +0000
committerScott Griepentrog <sgriepentrog@digium.com>2014-03-14 17:56:53 +0000
commit9e9707f90fd4cfdd0db43164c57024b8903ac612 (patch)
treefebade7da481f7bde83845b3ff4e69c8acc20c03
parentff63012c4e944f81f6720b7ac84a3228e09619da (diff)
uniqueid: Update CHANGES to reflect new features
Note the new features provided by uniqueid in the CHANGES file. (issue ASTERISK-23120) Review: https://reviewboard.asterisk.org/r/3316/ ........ Merged revisions 410588 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410589 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 27318f5ff..64e1d19a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -103,6 +103,26 @@ Core
* Exposed sorcery-based configuration files like pjsip.conf to dialplans via
the new AST_SORCERY diaplan function.
+ * 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