Displaying 4 results from an estimated 4 matches for "menu_active".
Did you mean:
menu_action
2010 May 30
1
[RFC PATCH] menu: support single key booting
If MENU COMMIT is specified for a label, execute it automatically
when its hotkey is pressed.
Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---
com32/menu/menu.h | 1 +
com32/menu/menumain.c | 10 ++++++++--
com32/menu/readconfig.c | 6 +++++-
3 files changed, 14 insertions(+), 3 deletions(-)
As mentioned on IRC, people ask for this.
So here's something to talk
2005 Jul 12
0
meetme an customized menu
...press *3. then there
should be an announcement for the number. the user then dials the number
and terminates with #.
but i seems not to be able to recognize any dtmf-tone after *3
here a little test-code:
case '3': /* Invite another Conferee */
menu_active = 0;
ast_log(LOG_WARNING,"Taste 3 gedrueckt -> now one more for testing!");
if (!ast_streamfile(chan, "whatNumberToInvite", chan->language))
dtmf = ast_waitstream(chan, AST_DIGIT_ANY);
else
dtmf = -1;
ast_log(LOG_WARNI...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and