[asterisk-bugs] [JIRA] (ASTERISK-26134) [ARI] Adding channel to bridge unsubscribes Stasis app from wildcard bridge events
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Jun 21 16:33:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231094#comment-231094 ]
Asterisk Team commented on ASTERISK-26134:
------------------------------------------
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].
> [ARI] Adding channel to bridge unsubscribes Stasis app from wildcard bridge events
> ----------------------------------------------------------------------------------
>
> Key: ASTERISK-26134
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26134
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_ari_applications, Resources/res_ari_bridges, Resources/res_stasis
> Affects Versions: 13.10.0
> Environment: Ubuntu 14.04 (Trusty) - Linux asterisk-dev 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> Reporter: Sean Bright
> Attachments: subscribe-all-repro.sh
>
>
> A Stasis application with {{subscribeAll=true}} specified loses its bridge wildcard subscription as soon as a channel is added to a bridge.
> Before adding a channel to a bridge:
> {noformat}
> {
> "name": "foobar",
> "channel_ids": [
> "__AST_CHANNEL_ALL_TOPIC"
> ],
> "bridge_ids": [
> "__AST_BRIDGE_ALL_TOPIC"
> ],
> "endpoint_ids": [
> "__AST_ENDPOINT_ALL_TOPIC"
> ],
> "device_names": [
> "__AST_DEVICE_STATE_ALL_TOPIC"
> ]
> }
> {noformat}
> And after:
> {noformat}
> {
> "name": "foobar",
> "channel_ids": [
> "__AST_CHANNEL_ALL_TOPIC"
> ],
> "bridge_ids": [
> "my-test-bridge-001"
> ],
> "endpoint_ids": [
> "__AST_ENDPOINT_ALL_TOPIC"
> ],
> "device_names": [
> "__AST_DEVICE_STATE_ALL_TOPIC"
> ]
> }
> {noformat}
> I've included a small script which reproduces this.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list