[Home]

Summary:ASTERISK-21922: Add the ability to app_bridgwait to specify a particular bridge to place channels into
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-06-19 19:21:24Date Closed:2013-07-26 11:39:03
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_bridgewait
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments: