[asterisk-bugs] [JIRA] (ASTERISK-25630) Create a bridge from ARI with an id of one that already exists
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Dec 15 14:41:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228644#comment-228644 ]
Asterisk Team commented on ASTERISK-25630:
------------------------------------------
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].
> Create a bridge from ARI with an id of one that already exists
> --------------------------------------------------------------
>
> Key: ASTERISK-25630
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25630
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_ari_bridges
> Affects Versions: 13.6.0
> Reporter: Sylvain Boily
>
> Hello,
> A call B
> B answer
> You have a bridge
> On my asterisk CLI:
> xivo*CLI> bridge show b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc
> Id: b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc
> Type: basic
> Technology: simple_bridge
> Num-Channels: 2
> Channel: SIP/tcu9tz-00000032
> Channel: SIP/c4i2zd-00000031
> Now with swagger UI on bridges section.
> POST /bridges/b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc with type holding for
> example.
> 200 ok
> On asterisk CLI:
> xivo*CLI> bridge show b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc
> Id: b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc
> Type: stasis
> Technology: holding_bridge
> Num-Channels: 0
> On swagger UI:
> DELETE /bridges/b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc
> 204 ok
> On asterisk CLI:
> xivo*CLI> bridge show b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc
> Bridge 'b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc' not found
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list