[asterisk-bugs] [Asterisk 0016247]: [patch] Muted user remains talking forever
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 3 14:19:44 CST 2009
The following issue has been ASSIGNED.
======================================================================
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: ready for testing
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:
======================================================================
Date Submitted: 2009-11-14 10:17 CST
Last Modified: 2009-12-03 14:19 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-12-03 14:19 lmadsen Asterisk Version 1.4.26.3 => SVN
2009-12-03 14:19 lmadsen Assigned To => jpeeler
2009-12-03 14:19 lmadsen Target Version => 1.6.1.13
2009-12-03 14:19 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list