[asterisk-bugs] [Asterisk 0016247]: [patch] Muted user remains talking forever

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Dec 11 17:17:11 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16247 
====================================================================== 
Reported By:                dimas
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   16247
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.6.1.13
Asterisk Version:           SVN 
JIRA:                       SWP-417 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-11-14 10:17 CST
Last Modified:              2009-12-11 17:17 CST
====================================================================== 
Summary:                    [patch] Muted user remains talking forever
Description: 
1. Enter meetme conference with 'T' (talker detection) option
2. start talking
3. Asterisk sends MeetmeTalking AMI event with status set to 'on'
4. Issue 'meetme mute' command
5. Asterisk sends MeetmeMute AMI event and the member is muted

Technically you are not talking anymore because you are muted. However the
application listening for events never received MeetmeTalking event with
status set to 'off'. Also 'meetme list' continues listing you as
"(talking)".

The patch sends MeetmeTalking/off event right before MeetmeMute event if
member was talking at the moment he was muted.

The patch also re-structures code a little because otherwise I would be
adding one more piece of copy&paste.
====================================================================== 

---------------------------------------------------------------------- 
 (0115163) svnbot (reporter) - 2009-12-11 17:17
 https://issues.asterisk.org/view.php?id=16247#c115163 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 234380

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r234380 | jpeeler | 2009-12-11 17:17:10 -0600 (Fri, 11 Dec 2009) | 18
lines

Merged revisions 234379 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r234379 | jpeeler | 2009-12-11 16:37:21 -0600 (Fri, 11 Dec 2009) | 11
lines
  
  Fix talking detection status after conference user is muted.
  
  This patch ensures that when a conference user is muted that the
accompanying
  AMI Meetme talking off event is sent. Also, the meetme list output is
updated
  to show the muted user as unmonitored.
  
  (closes issue https://issues.asterisk.org/view.php?id=16247)
  Reported by: dimas
  Patches: 
        v3-16247.patch uploaded by dimas (license 88)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=234380 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-11 17:17 svnbot         Checkin                                      
2009-12-11 17:17 svnbot         Note Added: 0115163                          
======================================================================




More information about the asterisk-bugs mailing list