[asterisk-bugs] [JIRA] (ASTERISK-22117) Bridge API Enhancements - add lonely flag support to eject non-participating channels from a bridge

Jonathan Rose (JIRA) noreply at issues.asterisk.org
Wed Jul 31 09:47:07 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on ASTERISK-22117 started by Jonathan Rose.

> Bridge API Enhancements - add lonely flag support to eject non-participating channels from a bridge
> ---------------------------------------------------------------------------------------------------
>
>                 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
>            Assignee: Jonathan Rose
>              Labels: Asterisk12
>
> 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