From ce18946de46a6f16463391a9c07af02b8ee4e925 Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Fri, 13 Dec 2013 16:38:57 +0000 Subject: ARI: Adding a channel to a bridge while a live recording is active blocks Added the ability to have rules that are checked when adding and/or removing channels to/from a bridge. In this case, if a channel is currently recording and someone attempts to add it to a bridge an "is recording" rule is checked, fails, and a 409 conflict is returned. Also command functions now return an integer value that can be descriptive of what kind of problems, if any, occurred before or during execution. (closes issue ASTERISK-22624) Reported by: Joshua Colp Review: https://reviewboard.asterisk.org/r/2947/ ........ Merged revisions 403749 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403750 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/bridges.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest-api/api-docs/bridges.json') diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json index 2339a9671..d7f63ad14 100644 --- a/rest-api/api-docs/bridges.json +++ b/rest-api/api-docs/bridges.json @@ -140,7 +140,7 @@ }, { "code": 409, - "reason": "Bridge not in Stasis application" + "reason": "Bridge not in Stasis application; Channel currently recording" }, { "code": 422, -- cgit v1.2.3