From: David M. Lee Date: Thu, 10 Oct 2013 19:26:19 +0000 (+0000) Subject: Updated /play resource docs. The playback of http: resources isn't implemented..... X-Git-Tag: 12.0.0-beta2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945108058c482fa863937d3e9df5f4ac1613983a;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/ari/resource_bridges.h b/res/ari/resource_bridges.h index dd4575a73b..5733171224 100644 --- a/res/ari/resource_bridges.h +++ b/res/ari/resource_bridges.h @@ -179,7 +179,7 @@ struct ast_play_on_bridge_args { /*! * \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 args Swagger parameters diff --git a/res/ari/resource_channels.h b/res/ari/resource_channels.h index e4dcc1b7d4..699424efdc 100644 --- a/res/ari/resource_channels.h +++ b/res/ari/resource_channels.h @@ -260,7 +260,7 @@ struct ast_play_on_channel_args { /*! * \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 args Swagger parameters diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json index 9f8af9e0e8..640cf4c5d5 100644 --- a/rest-api/api-docs/bridges.json +++ b/rest-api/api-docs/bridges.json @@ -278,7 +278,7 @@ { "httpMethod": "POST", "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", "responseClass": "Playback", "parameters": [ diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index b408d8b173..9d60b2b7c5 100644 --- a/rest-api/api-docs/channels.json +++ b/rest-api/api-docs/channels.json @@ -544,7 +544,7 @@ { "httpMethod": "POST", "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", "responseClass": "Playback", "parameters": [