]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Bridge Playback, Bridge Record
authorJonathan Rose <jrose@digium.com>
Fri, 19 Jul 2013 19:35:21 +0000 (19:35 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 19 Jul 2013 19:35:21 +0000 (19:35 +0000)
commit17c546173fe1f24749af4643f19b40be180803de
tree46d8cf430d12142587196703c732d5e9ce9bba8e
parent5a8f32703c445f7d09b5e029e85d76692626a67f
ARI: Bridge Playback, Bridge Record

Adds a new channel driver for creating channels for specific purposes
in bridges, primarily to act as either recorders or announcers. Adds
ARI commands for playing announcements to ever participant in a bridge
as well as for recording a bridge. This patch also includes some
documentation/reponse fixes to related ARI models such as playback
controls.

(closes issue ASTERISK-21592)
Reported by: Matt Jordan

(closes issue ASTERISK-21593)
Reported by: Matt Jordan

Review: https://reviewboard.asterisk.org/r/2670/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
21 files changed:
channels/chan_bridge_media.c [new file with mode: 0644]
include/asterisk/core_unreal.h
include/asterisk/logger.h
include/asterisk/stasis_app.h
include/asterisk/stasis_app_playback.h
main/core_unreal.c
res/res_stasis.c
res/res_stasis_http_bridges.c
res/res_stasis_http_channels.c
res/res_stasis_http_playback.c
res/res_stasis_playback.c
res/stasis/control.c
res/stasis_http/ari_model_validators.c
res/stasis_http/ari_model_validators.h
res/stasis_http/resource_bridges.c
res/stasis_http/resource_bridges.h
res/stasis_http/resource_channels.c
rest-api/api-docs/bridges.json
rest-api/api-docs/channels.json
rest-api/api-docs/playback.json
rest-api/api-docs/recordings.json