[asterisk-bugs] [JIRA] (ASTERISK-22635) ARI: listing bridges shows bridges that are not part of an ARI application.

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Oct 14 12:47:05 CDT 2013


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

Matt Jordan commented on ASTERISK-22635:
----------------------------------------

You know....

On second thought, I'm not entirely sure this is a bug. You may want to list all bridges in the system, even those you don't own, so that you can subscribe to them via the Applications resource. We should probably discuss it further.

                
> ARI: listing bridges shows bridges that are not part of an ARI application.
> ---------------------------------------------------------------------------
>
>                 Key: ASTERISK-22635
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22635
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_ari
>    Affects Versions: 12.0.0-alpha1
>            Reporter: Kevin Harwell
>            Severity: Minor
>         Attachments: full.txt
>
>
> Made a call using chan_pjsip outside of ARI.
> {noformat}
> exten => 102,1,Dial(PJSIP/${EXTEN},20)
>       same => n,Hangup
> {noformat}
> Issued a list active bridges in ARI and it showed the bridge with two channels in it. Sample output:
> {noformat}
> [
>   {
>     "channels": [
>       "1380811883.0",
>       "1380811883.1"
>     ],
>     "id": "7f1ef016-a1d7-4a4a-b857-f3d921b067de",
>     "technology": "simple_bridge",
>     "bridge_class": "basic",
>     "bridge_type": "mixing"
>   }
> ]
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list