Asterisk - The Open Source Telephony Project
18.5.0
|
#include <confbridge.h>
Data Fields | |
struct { | |
struct conf_menu_action * first | |
struct conf_menu_action * last | |
} | actions |
char | dtmf [MAXIMUM_DTMF_FEATURE_STRING] |
struct { | |
struct conf_menu_entry * next | |
} | entry |
Conference menu entries contain the DTMF sequence and the list of actions that are associated with that sequence.
Definition at line 136 of file confbridge.h.
struct { ... } actions |
The actions associated with this menu entry.
Referenced by add_action_to_menu_entry(), add_menu_entry(), conf_menu_entry_destroy(), copy_menu_entry(), execute_menu_entry(), handle_cli_confbridge_show_menu(), and menu_hook_destroy().
char dtmf[MAXIMUM_DTMF_FEATURE_STRING] |
the DTMF sequence that triggers the actions
Definition at line 138 of file confbridge.h.
Referenced by add_menu_entry(), apply_menu_to_user(), conf_find_menu_entry_by_sequence(), copy_menu_entry(), execute_menu_entry(), and handle_cli_confbridge_show_menu().
struct { ... } entry |
struct conf_menu_action* first |
Definition at line 140 of file confbridge.h.
struct conf_menu_action* last |
Definition at line 140 of file confbridge.h.
struct conf_menu_entry* next |
Definition at line 141 of file confbridge.h.