[asterisk-bugs] [JIRA] (ASTERISK-21986) Bridge creation should allow for something more than mixing type during creation

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Jul 1 12:01:04 CDT 2013


Matt Jordan created ASTERISK-21986:
--------------------------------------

             Summary: Bridge creation should allow for something more than mixing type during creation
                 Key: ASTERISK-21986
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21986
             Project: Asterisk
          Issue Type: Bug
          Components: Core/Stasis, Resources/res_stasis_http
    Affects Versions: 12
            Reporter: Matt Jordan


There's basically two kinds of bridges we want to make today through ARI:

# Holding bridges, to be used for waiting areas
# "smart" bridges for 2+ party mixing

Currently, this is specified using "holding" and "mixing", which works well when you want to specify the media mixing used within a bridge.

However, there are other things you want to specify.

# You may want to specify that a features bridge with Asterisk DTMF capabilities is created. This would allow ARI to take advantage of most of the work being done in the increasingly inaptly named "basic" bridge.
# You may subclass the holding bridge to provide a better queue experience. While this would continue to use the holding bridge mixing technology, it would be something a bit more than just the standard 'holding' bridge.

In general, we should be able to specify a subclass of a particular mixing technology on creation OR specify parameters that we want to pass to the creation of the bridge. This would allow for further expansion of the bridging types, as well as allow users to take better advantage of the existing mixing technologies.


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