[Home]

Summary:ASTERISK-21332: Bridge API Enhancements - create the Basic Bridge subclass
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-03-29 08:54:26Date Closed:2013-04-19 12:14:36
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Bridging
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Please see the [Bridge Construction|http://svn.asterisk.org/svn/asterisk/team/group/bridge_construction/] Team project for the current status of this work.

Bridges can now be subclassed. This let's higher level applications build logic into a bridge that is executed when specific changes happen in a bridge, i.e., when a channel enters/leaves.

This task is to create a Basic Bridge subclass that provides standard two party features. This includes:
* Enabling the DTMF features controlled by features.conf: One-touch-parking, Blind transfer, attended transfer, monitor-recording, mixmonitor-recording, dynamic features.
* Subsuming most of the code from ast_bridge_call into itself.
Comments: