Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
func_confbridge_data Struct Reference
Collaboration diagram for func_confbridge_data:
Collaboration graph
[legend]

Data Fields

struct bridge_profile b_profile
 
unsigned int b_usable:1
 
unsigned int m_usable:1
 
struct conf_menumenu
 
struct user_profile u_profile
 
unsigned int u_usable:1
 

Detailed Description

CONFBRIDGE dialplan function functions and channel datastore.

Definition at line 1088 of file conf_config_parser.c.

Field Documentation

◆ b_profile

struct bridge_profile b_profile

◆ b_usable

unsigned int b_usable

Tells if bridge profile is usable or not

Definition at line 1092 of file conf_config_parser.c.

Referenced by conf_find_bridge_profile(), and func_confbridge_helper().

◆ m_usable

unsigned int m_usable

Tells if menu profile is usable or not

Definition at line 1094 of file conf_config_parser.c.

Referenced by conf_set_menu_to_user(), and func_confbridge_helper().

◆ menu

struct conf_menu* menu

◆ u_profile

struct user_profile u_profile

Definition at line 1090 of file conf_config_parser.c.

Referenced by conf_find_user_profile(), and func_confbridge_helper().

◆ u_usable

unsigned int u_usable

Tells if user profile is usable or not

Definition at line 1093 of file conf_config_parser.c.

Referenced by conf_find_user_profile(), and func_confbridge_helper().


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