Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
conf_menu_entry Struct Reference

#include <confbridge.h>

Collaboration diagram for conf_menu_entry:
Collaboration graph
[legend]

Data Fields

struct {
   struct conf_menu_action *   first
 
   struct conf_menu_action *   last
 
actions
 
char dtmf [MAXIMUM_DTMF_FEATURE_STRING]
 
struct {
   struct conf_menu_entry *   next
 
entry
 

Detailed Description

Conference menu entries contain the DTMF sequence and the list of actions that are associated with that sequence.

Definition at line 138 of file confbridge.h.

Field Documentation

◆ 

struct { ... } actions

◆ dtmf

◆ 

struct { ... } entry

◆ first

struct conf_menu_action* first

Definition at line 142 of file confbridge.h.

◆ last

struct conf_menu_action* last

Definition at line 142 of file confbridge.h.

◆ next

struct conf_menu_entry* next

Definition at line 143 of file confbridge.h.


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