[asterisk-bugs] [JIRA] (ASTERISK-21334) Bridge API Enhancements - hide masquerades
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Mar 29 09:09:01 CDT 2013
Matt Jordan created ASTERISK-21334:
--------------------------------------
Summary: Bridge API Enhancements - hide masquerades
Key: ASTERISK-21334
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21334
Project: Asterisk
Issue Type: New Feature
Components: Core/Bridging, Core/Channels
Reporter: Matt Jordan
Please see the [Bridge Construction|http://svn.asterisk.org/svn/asterisk/team/group/bridge_construction/] Team project for the current status of this work.
Masquerades need to be hidden from sight. As far back in a dark corner as possible.
There is one scenario in which masquerades are still needed: when a channel is not in a bridge and a thread other than that channel's {{pbx_thread}} needs to obtain control of the channel. If a channel is in a bridge, a thread can request that a channel leave a bridge and be put into a particular place in the dialplan. Barring a dialplan location, the channel should be able to be ejected from the bridge and simply enter into a 'holding' state.
As such, we need an API call that hides masquerades so that applications aren't aware that a masquerade even occurs. The API call ({{ast_channel_yank}}?) should let a caller obtain control of a channel, either by ejecting it out from a bridge or by masquerading the channel. The existing masquerade function calls should be hidden out of the public facing channel API.
--
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