mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Updated /play resource docs. The playback of http: resources isn't implemented... yet
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -179,7 +179,7 @@ struct ast_play_on_bridge_args {
|
|||||||
/*!
|
/*!
|
||||||
* \brief Start playback of media on a bridge.
|
* \brief Start playback of media on a bridge.
|
||||||
*
|
*
|
||||||
* The media URI may be any of a number of URI's. You may use http: and https: URI's, as well as sound: and recording: URI's. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)
|
* The media URI may be any of a number of URI's. Currently sound: and recording: URI's are supported. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)
|
||||||
*
|
*
|
||||||
* \param headers HTTP headers
|
* \param headers HTTP headers
|
||||||
* \param args Swagger parameters
|
* \param args Swagger parameters
|
||||||
|
@@ -260,7 +260,7 @@ struct ast_play_on_channel_args {
|
|||||||
/*!
|
/*!
|
||||||
* \brief Start playback of media.
|
* \brief Start playback of media.
|
||||||
*
|
*
|
||||||
* The media URI may be any of a number of URI's. You may use http: and https: URI's, as well as sound: and recording: URI's. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)
|
* The media URI may be any of a number of URI's. Currently sound: and recording: URI's are supported. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)
|
||||||
*
|
*
|
||||||
* \param headers HTTP headers
|
* \param headers HTTP headers
|
||||||
* \param args Swagger parameters
|
* \param args Swagger parameters
|
||||||
|
@@ -278,7 +278,7 @@
|
|||||||
{
|
{
|
||||||
"httpMethod": "POST",
|
"httpMethod": "POST",
|
||||||
"summary": "Start playback of media on a bridge.",
|
"summary": "Start playback of media on a bridge.",
|
||||||
"notes": "The media URI may be any of a number of URI's. You may use http: and https: URI's, as well as sound: and recording: URI's. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)",
|
"notes": "The media URI may be any of a number of URI's. Currently sound: and recording: URI's are supported. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)",
|
||||||
"nickname": "playOnBridge",
|
"nickname": "playOnBridge",
|
||||||
"responseClass": "Playback",
|
"responseClass": "Playback",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
|
@@ -544,7 +544,7 @@
|
|||||||
{
|
{
|
||||||
"httpMethod": "POST",
|
"httpMethod": "POST",
|
||||||
"summary": "Start playback of media.",
|
"summary": "Start playback of media.",
|
||||||
"notes": "The media URI may be any of a number of URI's. You may use http: and https: URI's, as well as sound: and recording: URI's. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)",
|
"notes": "The media URI may be any of a number of URI's. Currently sound: and recording: URI's are supported. This operation creates a playback resource that can be used to control the playback of media (pause, rewind, fast forward, etc.)",
|
||||||
"nickname": "playOnChannel",
|
"nickname": "playOnChannel",
|
||||||
"responseClass": "Playback",
|
"responseClass": "Playback",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
|
Reference in New Issue
Block a user