[Home]

Summary:ASTERISK-28082: res_ari_bridges: allow the app to be specified on bridge creation when using ARI
Reporter:Pascal Cadotte Michaud (pc-m)Labels:
Date Opened:2018-09-28 07:35:07Date Closed:2018-10-17 09:04:35
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_ari_bridges
Versions:15.6.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I'm building a stasis application which uses an holding bridge to drop the calls to when the Stasis app is entered.

When my application restarts I would like to be able to GET /applications/{applicationName} to retrieve all my active bridges, including the holding bridge.

My problem is that if no calls have been received after creating my holding bridge then my application will not be subscribed to this bridge. The result of the GET will not show that bridge.

What I'd like to do is add a new optional argument "app" the POST on /bridges and POST /bridged/{bridgeId} that would allow me to have a consistent result on GET /applications/{applicationName} for the lifetime of my application.
Comments:By: Asterisk Team (asteriskteam) 2018-09-28 07:35:08.751-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Pascal Cadotte Michaud (pc-m) 2018-10-17 09:04:35.247-0500

As Joshua pointed out in gerrit I can use /applications/{applicationName}/subscribe