[asterisk-bugs] [Asterisk 0018810]: [patch] app_meetme volume adjustment menu options error

Asterisk Bug Tracker noreply at bugs.digium.com
Tue May 3 15:01:44 CDT 2011


The following issue has been CLOSED 
====================================================================== 
https://issues.asterisk.org/view.php?id=18810 
====================================================================== 
Reported By:                davevg
Assigned To:                dvossel
====================================================================== 
Project:                    Asterisk
Issue ID:                   18810
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.4/1.6.2 Issues (Final Release)
Asterisk Version:           1.8.2.3 
JIRA:                       SWP-3125 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-02-14 14:33 CST
Last Modified:              2011-05-03 15:01 CDT
====================================================================== 
Summary:                    [patch] app_meetme volume adjustment menu options
error
Description: 
On 1.8.2.3, (I have not tested nor looked at earlier versions),  If you
enter *4, *6, *7 or *9, it will do the volume up/down as expected.  If you
try to do another menu option, it returns and plays conf-errormenu.  Then
you can do * command again.  This is due to menu_active not being reset
before the break.

I will attach a patch.
====================================================================== 

---------------------------------------------------------------------- 
 (0134365) dvossel (administrator) - 2011-05-03 15:01
 https://issues.asterisk.org/view.php?id=18810#c134365 
---------------------------------------------------------------------- 
What you are experiencing is the expected behavior of MeetMe.  Volume
controls work slightly differently than the other controls.  They leave you
in the menu, so if *4 is pressed, 4 can continue to be pressed multiple
times without having to press * again.

For example, the following sequence will decrease the volume
*44444

If I committed this patch, the above sequence would ignore all the 4's
after the initial *4.

Many people are aware of this inconsistency in the menu system and
actually depend on it to work this way now, so it is not possible to change
it. It has been this way since the application was introduced years ago.

If you are interested in having a more customizable menu system, take a
look at the new ConfBridge application introduced in Asterisk Trunk last
week.  It allows you to create any menu system you would like. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-03 15:01 dvossel        Note Added: 0134365                          
2011-05-03 15:01 dvossel        Status                   assigned => closed  
======================================================================




More information about the asterisk-bugs mailing list