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

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Thu Oct 3 10:15:03 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Harwell updated ASTERISK-22635:
-------------------------------------

    Attachment: full.txt
    
> 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