]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Updated /play resource docs. The playback of http: resources isn't implemented.....
authorDavid M. Lee <dlee@digium.com>
Thu, 10 Oct 2013 19:26:19 +0000 (19:26 +0000)
committerDavid M. Lee <dlee@digium.com>
Thu, 10 Oct 2013 19:26:19 +0000 (19:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400843 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/ari/resource_bridges.h
res/ari/resource_channels.h
rest-api/api-docs/bridges.json
rest-api/api-docs/channels.json

index dd4575a73b178b04da4b49806843abb871c659bd..57331712246cb7c2125b7a64537c709860982f6c 100644 (file)
@@ -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
index e4dcc1b7d4d55892b6676a5b6e8384a601011d6a..699424efdc4dba126d0e4dce5e470981915c2ec4 100644 (file)
@@ -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
index 9f8af9e0e88991490f7588fa6de6832906ed29e3..640cf4c5d531593740311bd5ef615a04ca2ac1e6 100644 (file)
                                {
                                        "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": [
index b408d8b173cc3071e31594fee6fa2de40f748bc9..9d60b2b7c500cd92f0eae6a57bb0146f91da0dc3 100644 (file)
                                {
                                        "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": [