[asterisk-bugs] [JIRA] (ASTERISK-22117) Bridge API Enhancements - add "Lonely" channel support to the bridging framework to fix off nominal cases
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Jul 18 19:38:03 CDT 2013
Matt Jordan created ASTERISK-22117:
--------------------------------------
Summary: Bridge API Enhancements - add "Lonely" channel support to the bridging framework to fix off nominal cases
Key: ASTERISK-22117
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22117
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/Bridging
Affects Versions: 12
Reporter: Matt Jordan
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}
--
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