[asterisk-bugs] [JIRA] (ASTERISK-26748) app_confbridge: max_members does not limit wait_marked users when they've joined before the marked user
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Fri Feb 10 16:00:10 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235060#comment-235060 ]
Rusty Newton edited comment on ASTERISK-26748 at 2/10/17 3:58 PM:
------------------------------------------------------------------
confbridge.conf
[Removed as per the guidelines - Rusty]
was (Author: h0d0r):
confbridge.conf
[general]
[my_conference]
type=bridge
record_conference=yes
max_members=1
[normal_user]
type=user
announce_user_count=yes
music_on_hold_when_empty=yes
wait_marked=true
end_marked=true
[admin_user]
type=user
admin=yes
announce_user_count=yes
music_on_hold_when_empty=yes
[user_menu]
type=menu
*=playback_and_continue(conf-usermenu)
*1=toggle_mute
1=toggle_mute
*2=leave_conference
2=leave_conference
[default_user]
type=user
[default_bridge]
type=bridge
[sample_user_menu]
type=menu
*=playback_and_continue(conf-usermenu)
*1=toggle_mute
1=toggle_mute
*4=decrease_listening_volume
4=decrease_listening_volume
*6=increase_listening_volume
6=increase_listening_volume
*7=decrease_talking_volume
7=decrease_talking_volume
*8=leave_conference
8=leave_conference
*9=increase_talking_volume
9=increase_talking_volume
[sample_admin_menu]
type=menu
*=playback_and_continue(conf-adminmenu)
*1=toggle_mute
1=toggle_mute
*2=admin_toggle_conference_lock ; only applied to admin users
2=admin_toggle_conference_lock ; only applied to admin users
*3=admin_kick_last ; only applied to admin users
3=admin_kick_last ; only applied to admin users
*4=decrease_listening_volume
4=decrease_listening_volume
*6=increase_listening_volume
6=increase_listening_volume
*7=decrease_talking_volume
7=decrease_talking_volume
*8=no_op
8=no_op
*9=increase_talking_volume
9=increase_talking_volume
> 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
> 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