Asterisk - The Open Source Telephony Project
18.5.0
|
#include <confbridge.h>
Data Fields | |
struct { | |
struct conf_menu_action * next | |
} | action |
union { | |
struct { | |
char context [AST_MAX_CONTEXT] | |
char exten [AST_MAX_EXTENSION] | |
int priority | |
} dialplan_args | |
char playback_file [PATH_MAX] | |
} | data |
enum conf_menu_action_id | id |
The conference menu action contains both the action id that represents the action that must take place, along with any data associated with that action.
Definition at line 120 of file confbridge.h.
struct { ... } action |
Referenced by execute_menu_entry().
char context[AST_MAX_CONTEXT] |
Definition at line 125 of file confbridge.h.
union { ... } data |
struct { ... } dialplan_args |
Referenced by action_dialplan_exec(), add_action_to_menu_entry(), and handle_cli_confbridge_show_menu().
char exten[AST_MAX_EXTENSION] |
Definition at line 126 of file confbridge.h.
enum conf_menu_action_id id |
Definition at line 121 of file confbridge.h.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), add_action_to_menu_entry(), execute_menu_entry(), handle_cli_confbridge_show_menu(), and Model::load().
struct conf_menu_action* next |
Definition at line 130 of file confbridge.h.
char playback_file[PATH_MAX] |
Definition at line 123 of file confbridge.h.
Referenced by add_action_to_menu_entry(), execute_menu_entry(), and handle_cli_confbridge_show_menu().
int priority |
Definition at line 127 of file confbridge.h.