[Home]

Summary:ASTERISK-03798: using "c" to count users does not play entry beep
Reporter:jaredmauch (jaredmauch)Labels:
Date Opened:2005-03-28 19:01:10.000-0600Date Closed:2008-01-15 15:29:15.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme.txt
Description:when using "c" to count users, the entry beep is no longer played.

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

cvs server: Diffing .
Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.91
diff -u -r1.91 app_meetme.c
--- app_meetme.c        21 Mar 2005 03:23:05 -0000      1.91
+++ app_meetme.c        28 Mar 2005 23:01:10 -0000
@@ -729,6 +729,7 @@
                               else if (res == -1)
                                       goto outrun;
                       }
+                       conf_play(chan, conf, ENTER);
               }
       }
Comments:By: Clod Patry (junky) 2005-03-28 19:03:56.000-0600

Please read the bug guidelines before reporting a bug.

By: Mark Spencer (markster) 2005-03-29 00:41:24.000-0600

Fixed in CVS head properly...  appears to have been a logic error involving marked users.

By: Russell Bryant (russell) 2005-04-04 01:31:41

appears to be related to a head-only issue

By: Digium Subversion (svnbot) 2008-01-15 15:29:15.000-0600

Repository: asterisk
Revision: 5299

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r5299 | markster | 2008-01-15 15:29:14 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix beep logic error (bug ASTERISK-3798)

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

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