Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct bridge_profile | b_profile |
unsigned int | b_usable:1 |
unsigned int | m_usable:1 |
struct conf_menu * | menu |
struct user_profile | u_profile |
unsigned int | u_usable:1 |
CONFBRIDGE dialplan function functions and channel datastore.
Definition at line 1088 of file conf_config_parser.c.
struct bridge_profile b_profile |
Definition at line 1089 of file conf_config_parser.c.
Referenced by conf_find_bridge_profile(), func_confbridge_data_destructor(), and func_confbridge_helper().
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().
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().
struct conf_menu* menu |
Definition at line 1091 of file conf_config_parser.c.
Referenced by conf_set_menu_to_user(), func_confbridge_data_destructor(), and func_confbridge_helper().
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().
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().