[Home]

Summary:ASTERISK-04196: [patch] MOH turns off before 2nd user with intro enters conference
Reporter:pupfuzz (pupfuzz)Labels:
Date Opened:2005-05-16 17:03:25Date Closed:2011-06-07 14:10:09
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) move_usercount.txt
Description:Setup: Meetme with options "Mi"  (MOH and intro)

When first user records their name and enters meetme, he or she hears music as expected.

When second user accesses the same meetme room, MOH gets shut off at the point where the second user is asked to record their name, but before they have entered the conference. MOH should continue until the user has recorded their intro and actually entered the conference.


****** ADDITIONAL INFORMATION ******

Moving the conf->users++; line down after the user intro is recorded solves the problem, although I do not know if this is the right thing to do, or if it breaks anything.

Since this simply moves an existing line from one location to another, I do not think a disclaimer is required?
Comments:By: Russell Bryant (russell) 2005-05-18 21:05:58

this is small enough that I don't think we need to worry about the disclaimer.  However, it's probably a good idea to submit one so you don't have to worry about it in the future.

Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:35:22.000-0600

Repository: asterisk
Revision: 5720

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r5720 | russell | 2008-01-15 15:35:22 -0600 (Tue, 15 Jan 2008) | 2 lines

fix moh option in conjunction with intro option (bug ASTERISK-4196)

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

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