[asterisk-bugs] [Asterisk 0016617]: [patch] Announce to user when they have been muted/unmuted from the AMI

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Feb 10 14:30:22 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16617 
====================================================================== 
Reported By:                kobaz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16617
Category:                   Applications/app_meetme
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
JIRA:                       SWP-738 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-01-15 13:21 CST
Last Modified:              2011-02-10 14:30 CST
====================================================================== 
Summary:                    [patch] Announce to user when they have been
muted/unmuted from the AMI
Description: 
When a user does a *1, they hear 'you have been (un)muted'
When a mute or unmute command is sent over the ami, the user hears no mute
notification.

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0018778 Mute/Unmute lock/unlock messages are no...
====================================================================== 

---------------------------------------------------------------------- 
 (0131826) kobaz (developer) - 2011-02-10 14:30
 https://issues.asterisk.org/view.php?id=16617#c131826 
---------------------------------------------------------------------- 
This is against trunk, so no guarantees it will apply clean to any other
branch.

looks like the only part that didn't apply was the destuctor
load up the patched app_meetme.c and change this line:
 (!(user = ao2_alloc(sizeof(*user), NULL))) {

to this:
 if (!(user = ao2_alloc(sizeof(*user), ast_conf_user_ao2_destructor))) {

Announcement is optional (in the latest patch), so make sure you pass
AnnounceToUser: yes 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-10 14:30 kobaz          Note Added: 0131826                          
======================================================================




More information about the asterisk-bugs mailing list