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

Kinsey Moore (JIRA) noreply at issues.asterisk.org
Tue Oct 15 15:11:06 CDT 2013


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

Kinsey Moore commented on ASTERISK-22635:
-----------------------------------------

Just to clarify, if I remember the discussion correctly, the path forward here was to clarify documentation to the effect that all bridges are included in the results of this query and leave the actual functionality alone.
                
> 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
>            Assignee: Kinsey Moore
>            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