[asterisk-bugs] [JIRA] (ASTERISK-26748) app_confbridge: max_members does not limit wait_marked users when they've joined before the marked user

Sean Bright (JIRA) noreply at issues.asterisk.org
Tue Aug 29 10:02:07 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238299#comment-238299 ] 

Sean Bright edited comment on ASTERISK-26748 at 8/29/17 10:00 AM:
------------------------------------------------------------------

Let's say that we have the following setup:

{noformat}
[normal_user]
type = user
wait_marked = yes

[leader_user]
type = user
marked = yes

[limited-bridge]
type = bridge
max_members = 3
{noformat}

If 3 {{normal_user}} join the bridge, how would the {{leader_user}} get in? If {{leader_user}} was an admin it would work, but she's not. I'm not sure how to fix because I am not sure what the correct behavior should be.


was (Author: seanbright):
Let's say that we have the following setup:

{noformat}
[normal_user]
type = user
wait_marked = yes

[leader_user]
type = user
marked = yes

[limited-bridge]
type = bridge
max_members = 3
{noformat}

If three {{normal_user}}s join the bridge, how would the {{leader_user}} get in? If {{leader_user}} was an admin it would work, but she's not. I'm not sure how to fix because I am not sure what the correct behavior should be.

> app_confbridge: max_members does not limit wait_marked users when they've joined before the marked user
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-26748
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26748
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 13.12.1, 14.2.1
>         Environment: CentOS 7
>            Reporter: Billy Purdue
>            Severity: Minor
>         Attachments: confbridge.conf.txt
>
>
> With wait_marked=true for a normal user and marked=true for admins, and max_members set, more users can login to the conference before the admin joins than max_members should allow, and all are able to join the conference when the admin joins.  Additionally while this is going on I am seeing "WARNING[6475]: netsock2.c:210 ast_sockaddr_split_hostport: Port missing in (null)" in the Asterisk console repeatedly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list