[asterisk-bugs] [JIRA] (ASTERISK-21922) Add the ability to app_bridgwait to specify a particular bridge to place channels into

Digium Subversion (JIRA) noreply at issues.asterisk.org
Fri Jul 26 11:41:03 CDT 2013


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

Digium Subversion closed ASTERISK-21922.
----------------------------------------

    Resolution: Fixed
    
> Add the ability to app_bridgwait to specify a particular bridge to place channels into
> --------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-21922
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21922
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_bridgewait
>    Affects Versions: 12
>            Reporter: Matt Jordan
>            Assignee: Jonathan Rose
>              Labels: Asterisk12
>
> Asterisk 12 contains a new application, app_bridgewait, that puts channels into an infinite wait bridge.
> Currently, all channels are put into the same infinite wait bridge with the same options. This task is to have the application specify which bridge the channel should be put into. Bridges should be named by the application - if a bridge with that name does not exist, it should be created. If the bridge does exit, the channel should be added to it.
> {noformat}
> same => n,BridgeWait(bridge_one) ; put the channel into holding bridge_one, creating it if it didn't exist already
> {noformat}
> When the last channel is removed from a holding bridge, the bridge should be disposed of.

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