[asterisk-bugs] [Asterisk 0014588]: meetme doesn't play conf-has left prompts

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jul 16 17:12:29 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14588 
====================================================================== 
Reported By:                voipas
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14588
Category:                   Applications/app_meetme
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.6.0.6 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-03-02 14:44 CST
Last Modified:              2009-07-16 17:12 CDT
====================================================================== 
Summary:                    meetme doesn't play conf-has left prompts
Description: 
Hello,

  I'm using dynamic conference with meetme (meetme(dMi)). Everything works
fine (recording names, conference participants hears new users conf-hasjoin
prompt), except I'm not hearing conf-hasleft prompt, and recorded name
also. From log, you can see that asterisk is playing 'conf-hasleft', but
when another conf users exits conference, I hear MOH!

  Thanks


====================================================================== 

---------------------------------------------------------------------- 
 (0107879) tilghman (administrator) - 2009-07-16 17:12
 https://issues.asterisk.org/view.php?id=14588#c107879 
---------------------------------------------------------------------- 
What this is is a conflict between the two locations that we play sound to
the channel:  through the conference and through the individual channels. 
Music on hold is currently played through the individual channels, which is
also how different conference users might hear different MOH (such as when
a conference is waiting on a marked user).  The announcements, as to which
user is joining or leaving, are played in a separate thread, which is then
mixed with all the other channels, without having to worry about
conflicting audio.

One way to fix this would be to put the MOH through the announce thread. 
Unfortunately, this would create other problems, such as disallowing users
to hear their own custom MOH; also, users might be able to talk to one
another, even when a marked user is not present.  There isn't an easy
solution to this, other than not using the M option in conjunction with the
i option. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-16 17:12 tilghman       Note Added: 0107879                          
======================================================================




More information about the asterisk-bugs mailing list