Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
conf_menu_action Struct Reference

#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
 

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.


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