Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
conf_menu_action Struct Reference

#include <confbridge.h>

Collaboration diagram for conf_menu_action:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Field Documentation

◆ [struct]

struct { ... } action

Referenced by execute_menu_entry().

◆ context

char context[AST_MAX_CONTEXT]

◆ [union]

union { ... } data

◆ [struct]

struct { ... } dialplan_args

◆ exten

char exten[AST_MAX_EXTENSION]

◆ id

◆ next

struct conf_menu_action* next

Definition at line 132 of file confbridge.h.

◆ playback_file

char playback_file[PATH_MAX]

◆ priority

int priority

The documentation for this struct was generated from the following file: