| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <confbridge.h>

| Data Fields | ||
| struct { | ||
| struct conf_menu_entry * first | ||
| struct conf_menu_entry * last | ||
| } | entries | |
| char | name [MAX_PROFILE_NAME] | |
Conference menu structure. Contains a list of DTMF sequences coupled with the actions those sequences invoke.
Definition at line 149 of file confbridge.h.
| struct { ... } entries | 
| struct conf_menu_entry* first | 
Definition at line 151 of file confbridge.h.
| struct conf_menu_entry* last | 
Definition at line 151 of file confbridge.h.
| char name[MAX_PROFILE_NAME] | 
Definition at line 150 of file confbridge.h.
Referenced by apply_menu_to_user(), complete_menu_name(), PathSegment::get_child(), handle_cli_confbridge_show_menus(), SwaggerType::load(), menu_alloc(), menu_cmp_cb(), and menu_hash_cb().