[Home]

Summary:ASTERISK-22134: Bridge API Enhancements - refactor and destroy as much of features.c as possible
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-07-20 16:39:27Date Closed:2013-08-07 19:04:33
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Bridging
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Most of {{features.c}} is already dead via {{#ifdef 0}}. We can remove those parts, although we should double check to ensure that nothing in there is actually needed or needs to be replicated elsewhere.

Parking is a bit of a larger mess, as much of it is still "active". It should be removed.

These functions, however, still have references and need to be investigated:
* {{ast_masq_park_call}}/{{ast_masq_park_call_exten}} - called by some channel drivers still. Ideally, blind transfer would just take care of this.
* {{ast_parking_ext_valid}} - this may need to be kept (ew, but oh well)

In addition, if possible, we should restructure the features that are placed on channels when joining a bridge to apply only to that channel. Currently features are built to apply to both caller/peer; however, when a single channel joins or when a channel joins a holding bridge, this has no real meaning.
Comments:By: Matt Jordan (mjordan) 2013-07-29 10:53:30.377-0500

Progress *has* been made: https://reviewboard.asterisk.org/r/2710