asterisk/doc
Matt Jordan a72ef38113 res/ari/resource_bridges: Add the ability to manipulate the video source
In multi-party bridges, Asterisk currently supports two video modes:
 * Follow the talker, in which the speaker with the most energy is shown
   to all participants but the speaker, and the speaker sees the
   previous video source
 * Explicitly set video sources, in which all participants see a locked
   video source

Prior to this patch, ARI had no ability to manipulate the video source.
This isn't important for two-party bridges, in which Asterisk merely
relays the video between the participants. However, in a multi-party
bridge, it can be advantageous to allow an external application to
manipulate the video source.

This patch provides two new routes to accomplish this:
(1) setVideoSource: POST /bridges/{bridgeId}/videoSource/{channelId}
    Sets a video source to an explicit channel
(2) clearVideoSource: DELETE /bridges/{bridgeId}/videoSource
    Removes any explicit video source, and sets the video mode to talk
    detection

ASTERISK-26595 #close

Change-Id: I98e455d5bffc08ea5e8d6b84ccaf063c714e6621
2016-11-14 17:03:09 -05:00
..
lang Add app_voicemail and say.c support for Vietnamese. 2009-12-30 22:30:21 +00:00
.gitignore doc: Make progdocs play nice with git 2015-05-07 22:26:31 -06:00
CODING-GUIDELINES Restore CODING-GUIDELINES to doc folder 2012-08-30 12:50:03 +00:00
IAX2-security.pdf Merged revisions 216008 via svnmerge from 2009-09-03 18:45:54 +00:00
IAX2-security.txt Merged revisions 216263 via svnmerge from 2009-09-04 10:48:44 +00:00
Makefile Merged revisions 280740 via svnmerge from 2010-08-03 18:43:37 +00:00
README.txt Doxygen Updates Janitor Work 2012-09-22 20:43:30 +00:00
aelparse.8 doc: Add a manpage for the aelparse utility 2014-08-29 19:35:43 +00:00
api-1.6.0-changes.odt add document describing API changes from 1.4.0 to 1.6.0 2008-05-24 01:14:41 +00:00
api-1.6.2-changes.txt Add timezone to the possible fields in a timespec. 2008-12-16 22:57:17 +00:00
appdocsxml.dtd func_channel: Reorganize documentation 2016-08-15 07:39:19 -05:00
appdocsxml.xslt res/ari/resource_bridges: Add the ability to manipulate the video source 2016-11-14 17:03:09 -05:00
astdb2bdb.8 man pages for astdb2bdb and astdb2sqlite3 2013-10-02 18:28:03 +00:00
astdb2sqlite3.8 man pages for astdb2bdb and astdb2sqlite3 2013-10-02 18:28:03 +00:00
asterisk-ng-doxygen.in progdocs: Exclude ./third-party from documentation generation 2016-03-19 17:51:41 -05:00
asterisk.8 Allow command-line options to override asterisk.conf. 2015-05-12 12:44:12 -04:00
asterisk.sgml Merged revisions 331139 via svnmerge from 2011-08-09 15:53:26 +00:00
smsq.8 doc: Add a manpage for the smsq utility 2014-08-29 19:40:34 +00:00

README.txt

The vast majority of the Asterisk project documentation has been moved to the
project wiki:
    
    https://wiki.asterisk.org/

Asterisk release tarballs contain an export of the wiki in PDF and plain text
form, which you can find in:

    doc/AST.pdf
    doc/AST.txt

Asterisk uses the Doxygen documentation software.  Run "make progdocs" and open
the resulting documentation index at doc/api/index.html in a webbrowser or copy
the directory to a directory served by a webserver for remote access.