No subject
Thu Jul 12 09:23:04 CDT 2007
*CLI> core show application MeetMe
'X' -- allow user to exit the conference by entering a valid single
digit extension ${MEETME_EXIT_CONTEXT} or the current
context
if that variable is not defined.
's' -- Present menu (user or admin) when '*' is received ('send' to menu)
When using the 's' option by itself, everything works fine.
When using the 'X' option by itself, everything works fine.
But when you enable both 's' and 'X' at the same time, it appears the 'X'
steps over the 's' option, and no longer allows the 's' option to present a
menu when pressing the '*' key.
When both 's' and 'X' are enabled however, the 'X' option still functions
as normal.
======================================================================
----------------------------------------------------------------------
svnbot - 06-12-08 10:19
----------------------------------------------------------------------
Repository: asterisk
Revision: 122174
_U trunk/
U trunk/apps/app_meetme.c
------------------------------------------------------------------------
r122174 | tilghman | 2008-06-12 10:19:22 -0500 (Thu, 12 Jun 2008) | 16
lines
Merged revisions 122137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r122137 | tilghman | 2008-06-12 10:18:39 -0500 (Thu, 12 Jun 2008) | 8
lines
Flipflop the sections for two options, since the section for 'X' (exit
context)
may otherwise absorb keypresses meant for 's' (admin/user menu).
(closes issue http://bugs.digium.com/view.php?id=12836)
Reported by: blitzrage
Patches:
20080611__bug12836.diff.txt uploaded by Corydon76 (license 14)
Tested by: blitzrage
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=122174
Issue History
Date Modified Username Field Change
======================================================================
06-12-08 10:19 svnbot Checkin
06-12-08 10:19 svnbot Note Added: 0088622
======================================================================
More information about the asterisk-bugs
mailing list