[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
Wed Oct 16 09:58:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210971#comment-210971 ]
Matt Jordan commented on ASTERISK-22635:
----------------------------------------
We probably should take this discussion back to the -dev list. I'm not sure reporting all of the channels/bridges in the system is the correct solution here either.
> 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