summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-10-16 14:02:06 +0000
committerKinsey Moore <kmoore@digium.com>2013-10-16 14:02:06 +0000
commit2fc0a8873c4db4c0dc24b8ef9e84e1f2d68c454d (patch)
tree8375c1318a89c8e2f3dc03e08be1c7373bcdc9ae /rest-api
parente694a976f67dd09919aed7bbc4121b46318867f4 (diff)
Clarify documentation for channel and bridge list
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 ........ Merged revisions 401087 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/bridges.json2
-rw-r--r--rest-api/api-docs/channels.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index ec7cdaefc..819c777db 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -13,7 +13,7 @@
"operations": [
{
"httpMethod": "GET",
- "summary": "List active bridges.",
+ "summary": "List all active bridges in Asterisk.",
"nickname": "getBridges",
"responseClass": "List[Bridge]"
},
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index eeb56a5c6..40ccda740 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -13,7 +13,7 @@
"operations": [
{
"httpMethod": "GET",
- "summary": "List active channels.",
+ "summary": "List all active channels in Asterisk.",
"nickname": "getChannels",
"responseClass": "List[Channel]"
},