Asterisk - The Open Source Telephony Project
21.4.1
|
#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 122 of file confbridge.h.