[Home]

Summary:ASTERISK-22117: Bridge API Enhancements - add lonely flag support to eject non-participating channels from a bridge
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-07-18 19:36:23Date Closed:2013-08-09 12:26:01
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Bridging
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:There are several cases where channels in a bridge should not affect the bridge's lifetime. Examples include cases where an announcer or recorder channel are in the bridge and the last participant leaves.

The "Lonely" flag on a channel in a bridge needs to be implemented. If a channel joins and it has the lonely flag, then - if it is the last channel in the bridge - it should be hung up and the bridge disposed of.

{noformat}

/home/mjordan/projects/trunk/main/bridging.c:
 ...
 568     break;
 569   }
 570: /* BUGBUG need to implement AST_BRIDGE_CHANNEL_FLAG_LONELY support here */
 571  }
 572

{noformat}
Comments: