[asterisk-bugs] [JIRA] (ASTERISK-22134) Bridge API Enhancements - refactor and destroy as much of features.c as possible
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Jul 22 17:19:11 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan reassigned ASTERISK-22134:
--------------------------------------
Assignee: Matt Jordan
> Bridge API Enhancements - refactor and destroy as much of features.c as possible
> --------------------------------------------------------------------------------
>
> Key: ASTERISK-22134
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22134
> Project: Asterisk
> Issue Type: Improvement
> Components: Core/Bridging
> Affects Versions: 12
> Reporter: Matt Jordan
> Assignee: Matt Jordan
> Labels: Asterisk12
>
> 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.
--
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