]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clarify documentation for channel and bridge list
authorKinsey Moore <kmoore@digium.com>
Wed, 16 Oct 2013 14:01:04 +0000 (14:01 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 16 Oct 2013 14:01:04 +0000 (14:01 +0000)
This makes it clear that the ARI API calls for listing channels and
bridges will list all channels or bridges in the system and not just
those that are in or are controlled by a Stasis application.

(closes issue ASTERISK-22635)
Reported by: Kevin Harwell

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401087 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 57331712246cb7c2125b7a64537c709860982f6c..abb372c1a05f7ae5cfeae28c45c6e5d603659493 100644 (file)
@@ -43,7 +43,7 @@
 struct ast_get_bridges_args {
 };
 /*!
- * \brief List active bridges.
+ * \brief List all active bridges in Asterisk.
  *
  * \param headers HTTP headers
  * \param args Swagger parameters
index 699424efdc4dba126d0e4dce5e470981915c2ec4..b7f1ef282f4eef890e17e90aef8ce201f3c41c6e 100644 (file)
@@ -43,7 +43,7 @@
 struct ast_get_channels_args {
 };
 /*!
- * \brief List active channels.
+ * \brief List all active channels in Asterisk.
  *
  * \param headers HTTP headers
  * \param args Swagger parameters
index ec7cdaefc0ccb714580649e651d218d767d992c6..819c777db4c980a99edf0f1ca6a8538a0523118f 100644 (file)
@@ -13,7 +13,7 @@
                        "operations": [
                                {
                                        "httpMethod": "GET",
-                                       "summary": "List active bridges.",
+                                       "summary": "List all active bridges in Asterisk.",
                                        "nickname": "getBridges",
                                        "responseClass": "List[Bridge]"
                                },
index eeb56a5c64f65d4a9d21e5d8f1b27c7cece1cde6..40ccda7404aafae33d5bb8e3572268b10b9a3b2f 100644 (file)
@@ -13,7 +13,7 @@
                        "operations": [
                                {
                                        "httpMethod": "GET",
-                                       "summary": "List active channels.",
+                                       "summary": "List all active channels in Asterisk.",
                                        "nickname": "getChannels",
                                        "responseClass": "List[Channel]"
                                },