From e47794ead1fb35527728a0c655585af35679e258 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Mon, 5 Aug 2013 16:59:13 +0000 Subject: ARI: bridges/{bridgeID}/addChannel: add roles parameter Roles are now cleared with each entry into a bridge with addChannel. If the roles parameter is present, the role specified will be applied to all channels being added with the addChannel command. (closes issue ASTERISK-21973) Reported by: Matt Jordan https://reviewboard.asterisk.org/r/2691/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396182 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/bridges.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rest-api') diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json index 57954dd27..940ed0aed 100644 --- a/rest-api/api-docs/bridges.json +++ b/rest-api/api-docs/bridges.json @@ -119,6 +119,14 @@ "required": true, "allowMultiple": true, "dataType": "string" + }, + { + "name": "role", + "description": "Channel's role in the bridge", + "paramType": "query", + "required": false, + "allowMultiple": false, + "dataType": "string" } ], "errorResponses": [ -- cgit v1.2.3