Files
asterisk/include/asterisk
David M. Lee c790848794 ARI: Add recording controls
This patch implements the controls from ARI recordings. The controls
are:

 * DELETE /recordings/live/{recordingName} - stop recording and
   discard it
 * POST /recordings/live/{recordingName}/stop - stop recording
 * POST /recordings/live/{recordingName}/pause - pause recording
 * POST /recordings/live/{recordingName}/unpause - resume recording
 * POST /recordings/live/{recordingName}/mute - mute recording (record
   silence to the file)
 * POST /recordings/live/{recordingName}/unmute - unmute recording.

Since this underlying functionality did not already exist, is was
added to app.c by a set of control frames, similar to how playback
control works. The pause/mute control frames are toggles, even though
the ARI controls are idempotent, to be consistent with the playback
control frames.

(closes issue ASTERISK-22181)
Review: https://reviewboard.asterisk.org/r/2697/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-08-06 14:44:45 +00:00
..
2013-07-25 04:06:32 +00:00
2012-06-25 15:55:25 +00:00
2010-06-02 18:10:15 +00:00
2013-08-06 14:44:45 +00:00
2013-07-27 23:11:02 +00:00
2013-07-19 23:30:10 +00:00
2013-07-25 04:06:32 +00:00
2013-07-25 04:06:32 +00:00
2013-07-25 04:06:32 +00:00
2013-07-25 04:06:32 +00:00
2013-07-20 13:25:05 +00:00
2013-07-25 04:06:32 +00:00
2012-08-30 14:23:28 +00:00
2012-08-30 14:23:28 +00:00
2012-10-18 14:17:40 +00:00
2013-05-08 13:39:08 +00:00
2013-07-03 17:58:45 +00:00
2012-08-30 14:23:28 +00:00
2013-08-06 14:44:45 +00:00
2012-08-30 14:23:28 +00:00
2013-07-03 16:32:00 +00:00
2012-09-21 17:14:59 +00:00
2013-08-02 14:27:35 +00:00
2013-07-09 21:40:38 +00:00
2013-07-19 19:35:21 +00:00
2013-07-09 19:38:00 +00:00
2012-08-30 14:23:28 +00:00
2013-05-14 21:45:08 +00:00
2013-08-05 14:35:00 +00:00
2013-07-03 17:58:45 +00:00
2012-09-21 17:14:59 +00:00
2013-07-31 13:31:55 +00:00
2012-02-24 15:10:35 +00:00
2010-08-30 08:25:50 +00:00
2011-10-11 19:06:29 +00:00
2012-10-18 14:17:40 +00:00
2013-04-22 16:22:00 +00:00
2013-05-08 13:39:08 +00:00
2013-08-06 14:28:23 +00:00
2013-02-14 18:47:56 +00:00
2010-06-08 14:38:18 +00:00
2012-08-30 14:23:28 +00:00
2012-10-18 14:17:40 +00:00
2013-07-03 17:58:45 +00:00
2013-02-15 13:38:12 +00:00
2013-02-15 13:38:12 +00:00