[svn-commits] sgriepentrog: branch 12 r410588 - /branches/12/CHANGES

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 14 12:56:22 CDT 2014


Author: sgriepentrog
Date: Fri Mar 14 12:56:13 2014
New Revision: 410588

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410588
Log:
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/


Modified:
    branches/12/CHANGES

Modified: branches/12/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/12/CHANGES?view=diff&rev=410588&r1=410587&r2=410588
==============================================================================
--- branches/12/CHANGES (original)
+++ branches/12/CHANGES Fri Mar 14 12:56:13 2014
@@ -21,6 +21,26 @@
 ------------------
  * 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
 ------------------




More information about the svn-commits mailing list