Asterisk - The Open Source Telephony Project
21.4.1
|
#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 138 of file confbridge.h.
struct { ... } actions |
The actions associated with this menu entry.
Referenced by conf_menu_entry_destroy().
char dtmf[MAXIMUM_DTMF_FEATURE_STRING] |
the DTMF sequence that triggers the actions
Definition at line 140 of file confbridge.h.
Referenced by conf_find_menu_entry_by_sequence().