ARI: Ability to inhibit COLP frames when adding channels to a bridge

This patch adds a new flag "inhibitConnectedLineUpdates" to the 'addChannel'
operation in the Bridges REST API. When set, this flag avoids generating COLP
frames when the specified channels enter the bridge.

ASTERISK-28629

Change-Id: Ib995d4f0c6106279aa448b34b042b68f0f2ca5dc
This commit is contained in:
Jean Aunis
2019-11-22 15:32:42 +01:00
committed by Joshua C. Colp
parent 987e10c75f
commit 034ac357ad
8 changed files with 47 additions and 1 deletions

View File

@@ -191,6 +191,15 @@
"allowMultiple": false,
"dataType": "boolean",
"defaultValue": false
},
{
"name": "inhibitConnectedLineUpdates",
"description": "Do not present the identity of the newly connected channel to other bridge members",
"paramType": "query",
"required": false,
"allowMultiple": false,
"dataType": "boolean",
"defaultValue": false
}
],
"errorResponses": [