Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
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 1285 of file conf_config_parser.c.
struct bridge_profile b_profile |
Definition at line 1286 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 1289 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 1291 of file conf_config_parser.c.
Referenced by conf_set_menu_to_user(), and func_confbridge_helper().
struct conf_menu* menu |
Definition at line 1288 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 1287 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 1290 of file conf_config_parser.c.
Referenced by conf_find_user_profile(), and func_confbridge_helper().