[asterisk-bugs] [JIRA] (ASTERISK-21922) Add the ability to app_bridgwait to specify a particular bridge to place channels into
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Jun 19 19:22:03 CDT 2013
Matt Jordan created ASTERISK-21922:
--------------------------------------
Summary: 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
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