[asterisk-bugs] [Asterisk 0014165]: [patch] Make enter/leave sounds on meetme conference customizable

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jan 20 14:50:19 CST 2009


The following issue requires your FEEDBACK. 
====================================================================== 
http://bugs.digium.com/view.php?id=14165 
====================================================================== 
Reported By:                pbd
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   14165
Category:                   Applications/app_meetme
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.0.2 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-01-02 15:18 CST
Last Modified:              2009-01-20 14:50 CST
====================================================================== 
Summary:                    [patch] Make enter/leave sounds on meetme conference
customizable
Description: 
This is a direct answer to an old issue (0006606), which came up from an
end user request I have here as well.

app_meetme does not have the ability to easily (without recompile) change
the enter/leave sounds that are played to participants when a new
participant joins, or someone leaves.  As of 1.6.0.2, these sounds are
handled via RAW audio stored in arrays in 'enter.h' and 'leave.h'.  The
current standard is for all asterisk sounds to come from the 'sounds'
library, and support i18n through multiple directories. 

This patch addresses the issue, by calling the new api's to send audio
files to the conference.  To implement, you will need sounds in your sound
library called 'conf-join', and 'conf-leave' - I have not provided them
here.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0006080 Enter and Exit tones sound really bad
====================================================================== 

---------------------------------------------------------------------- 
 (0098249) Corydon76 (administrator) - 2009-01-20 14:50
 http://bugs.digium.com/view.php?id=14165#c98249 
---------------------------------------------------------------------- 
Actually, we do NOT want to do this, the way this is implemented.  What
this code will do is to add a delay into the audio as mixed, the length of
the enter/leave sounds.  The way the code currently does this is special: 
it adds the audio as another stream to be mixed at the driver layer, which
means that no delay is introduced. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-20 14:50 Corydon76      Note Added: 0098249                          
2009-01-20 14:50 Corydon76      Assigned To              mnicholson => Corydon76
2009-01-20 14:50 Corydon76      Status                   confirmed => feedback
======================================================================




More information about the asterisk-bugs mailing list