[asterisk-commits] dlee: branch dlee/playback-controls r389592 - /team/dlee/playback-controls/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 23 15:16:25 CDT 2013


Author: dlee
Date: Thu May 23 15:16:19 2013
New Revision: 389592

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389592
Log:
Recorded merge of revisions 389587 from http://svn.asterisk.org/svn/asterisk/trunk

........
This patch implements the REST API's for POST /channels/{channelId}/play
and GET /playback/{playbackId}.

This allows an external application to initiate playback of a sound on a
channel while the channel is in the Stasis application.

/play commands are issued asynchronously, and return immediately with
the URL of the associated /playback resource. Playback commands queue up,
playing in succession. The /playback resource shows the state of a
playback operation as enqueued, playing or complete. (Although the
operation will only be in the 'complete' state for a very short time,
since it is almost immediately freed up).

(closes issue ASTERISK-21283)
(closes issue ASTERISK-21586)
Review: https://reviewboard.asterisk.org/r/2531/

Modified:
    team/dlee/playback-controls/   (props changed)

Propchange: team/dlee/playback-controls/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu May 23 15:16:19 2013
@@ -1,1 +1,1 @@
-/team/dlee/playback-rebase:1-389487 /trunk:1-389586
+/trunk:1-389587




More information about the asterisk-commits mailing list