[asterisk-bugs] [JIRA] (ASTERISK-26135) [ARI] Event subscribe and unsubscribe are not symmetric

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Jun 21 16:59:56 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231097#comment-231097 ] 

Asterisk Team commented on ASTERISK-26135:
------------------------------------------

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] Event subscribe and unsubscribe are not symmetric
> -------------------------------------------------------
>
>                 Key: ASTERISK-26135
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26135
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_ari_applications
>    Affects Versions: 13.10.0
>         Environment: N/A
>            Reporter: Sean Bright
>            Severity: Minor
>
> An application can subscribe to all bridge events using something like this:
> {noformat}
> POST http://localhost:8088/ari/applications/foobar/subscription?eventSource=bridge:
> {noformat}
> But attempting to unsubscribe using the same format fails:
> {noformat}
> DELETE http://localhost:8088/ari/applications/foobar/subscription?eventSource=bridge:
> {noformat}
> If you pass the "magic" value that Asterisk uses internally, it works:
> {noformat}
> DELETE http://localhost:8088/ari/applications/foobar/subscription?eventSource=bridge:__AST_BRIDGE_ALL_TOPIC
> {noformat}
> But this is not intuitive.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list