|
Asterisk - The Open Source Telephony Project
18.5.0
|
#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 147 of file confbridge.h.
| struct { ... } entries |
| struct conf_menu_entry* first |
Definition at line 149 of file confbridge.h.
| struct conf_menu_entry* last |
Definition at line 149 of file confbridge.h.
| char name[MAX_PROFILE_NAME] |
Definition at line 148 of file confbridge.h.
Referenced by apply_menu_to_user(), complete_menu_name(), PathSegment::get_child(), handle_cli_confbridge_show_menus(), Parameter::load(), SwaggerType::load(), Property::load(), menu_alloc(), menu_cmp_cb(), and menu_hash_cb().
1.8.13