[Home]

Summary:ASTERISK-23461: Only first user is muted when joining confbridge with 'startmuted=yes'
Reporter:Chico Manobela (manobela)Labels:
Date Opened:2014-03-11 13:11:29Date Closed:2014-03-20 17:56:11
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:SVN 11.8.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS 6Attachments:
Description:Adding participants to confbridge in muted status only works for first user joining the conference.
All users are joined using: CONFBRIDGE(user,startmuted) = "yes"
The first user hears MOH
when second user joins, the conference start, however, only the first user is muted, the second user can talk.
executing "confbridge list" from CLI shows both users as muted.
Now,
The first user disconnects, the second user hears MOH.
a third user joins the conference, the bridge becomes active again and now, the second user is muted, but the third is not.
again, executing "confbridge list" from CLI shows both users as muted.

It seems that confbridge respects "startmuted" only for users that heard the MOH before the bridge started, if the user is joining an active conference, it will not be muted although bridge shows the user as muted.

This worked perfectly in 11.7 - problem started with 11.8 version, probably when the fix for AST-1102 was merged into the version.

here is the review link: https://reviewboard.asterisk.org/r/2960/
Comments:By: Rusty Newton (rnewton) 2014-03-13 17:55:10.145-0500

Confirmed this also occurs in Asterisk 11 SVN r410490

By: Jonathan Rose (jrose) 2014-03-18 12:46:49.690-0500

I posted a patch for this on https://reviewboard.asterisk.org/r/3373/