[Home]

Summary:ASTERISK-19335: MeetMeAdmin(confno,N) mutes admins
Reporter:Johan Wilfer (johan)Labels:
Date Opened:2012-02-10 02:27:35.000-0600Date Closed:2012-04-04 08:33:19
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:1.8.9.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:MeetMeAdmin with the N-command is supposed to mute all non-admins in the conference.
This worked in 1.6.2.20, but not in 1.8.9.1. In 1.8.9.1 the admins are also muted.

It is easy to reproduce by joining a conference with:
{code:xml}Meetme(38,dqa);{code}

And after that run, on another channel:
{code:xml}MeetMeAdmin(38,N);{code}

Output from 1.8.9.1:
{code:xml}dev01*CLI> meetme list 38
User #: 01   0311234567 0311234567           Channel: SIP/voiptrunk-00000012   (Admin Muted)  (unmonitored) 00:00:03
User #: 02    <unknown> <no name>            Channel: Local/38@conference_announce_event_connect_room-3371;2 (Admin)  (Admin Muted)  (unmonitored) 00:00:02
2 users in that conference.{code}

The first user is correctly muted but user #2 is both admin and muted.
In 1.6.2.20 the admin is not muted and the output is:

{code:xml}dev01*CLI> meetme list 38
User #: 01   0311234567 0311234567           Channel: SIP/voiptrunk-00000000   (Admin Muted)  (unmonitored) 00:00:14
User #: 02    <unknown> <no name>            Channel: Local/38@conference_announce_event_connect_room-71f5;2 (Admin)    (unmonitored) 00:00:13
2 users in that conference.
{code}
Comments: