Displaying 4 results from an estimated 4 matches for "menu_act".
2010 May 30
1
[RFC PATCH] menu: support single key booting
...eletions(-)
As mentioned on IRC, people ask for this.
So here's something to talk about. Like the variable names...
diff --git a/com32/menu/menu.h b/com32/menu/menu.h
index 1e596e1..856c368 100644
--- a/com32/menu/menu.h
+++ b/com32/menu/menu.h
@@ -64,6 +64,7 @@ struct menu_entry {
enum menu_action action;
unsigned char hotkey;
bool save; /* Save this entry if selected */
+ bool commit; /* Commit if selected by hotkey */
};
static inline bool is_disabled(struct menu_entry *me)
diff --git a/com32/menu/menumain.c b/com32/menu/menumain.c
index 0c39264..3be1bd4 100644
--- a...
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_WA...
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