[asterisk-bugs] [JIRA] (ASTERISK-21331) Bridge API Enhancements - add bridging unique identifier, bridge container, and basic CLI commands

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Mar 29 08:49:01 CDT 2013


Matt Jordan created ASTERISK-21331:
--------------------------------------

             Summary: Bridge API Enhancements - add bridging unique identifier, bridge container, and basic CLI commands
                 Key: ASTERISK-21331
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21331
             Project: Asterisk
          Issue Type: New Feature
            Reporter: Matt Jordan


Please see the [Bridge Construction|http://svn.asterisk.org/svn/asterisk/team/group/bridge_construction/] Team project for the current status of this work.

Bridges have to have a unique identifier, in the same vein as channels. In addition, bridges need to be able to be queried so that higher level applications can locate specific bridges.
* Give each bridge a UUID
* Implement a global bridge ao2 container keyed by name. This container is
needed for ConfBridge, Parking, BridgeWait, and Queue to find bridges by
name.  As a consequence of this, bridges must explicitly know when to die
rather than counting on the ao2 reference count to drop to zero.
* Add basic CLI commands to display bridges/specific bridge information


--
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