Asterisk - The Open Source Telephony Project
21.4.1
|
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 1094 of file conf_config_parser.c.
unsigned int b_usable |
Tells if bridge profile is usable or not
Definition at line 1098 of file conf_config_parser.c.
Referenced by conf_find_bridge_profile().
unsigned int m_usable |
Tells if menu profile is usable or not
Definition at line 1100 of file conf_config_parser.c.
Referenced by conf_set_menu_to_user().
unsigned int u_usable |
Tells if user profile is usable or not
Definition at line 1099 of file conf_config_parser.c.
Referenced by conf_find_user_profile().