|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|

Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| struct { | ||
| struct bridge_role_option * next | ||
| } | list | |
| const ast_string_field | option | |
| const ast_string_field | value | |
Definition at line 44 of file bridge_roles.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 49 of file bridge_roles.c.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 49 of file bridge_roles.c.
| struct { ... } list |
Referenced by ast_bridge_channel_establish_roles(), bridge_role_destroy(), get_role_option(), and setup_bridge_role_option().
| struct bridge_role_option* next |
Definition at line 45 of file bridge_roles.c.
| const ast_string_field option |
Definition at line 49 of file bridge_roles.c.
Referenced by ast_bridge_channel_establish_roles(), ast_bridge_channel_get_role_option(), ast_channel_get_role_option(), ast_channel_set_bridge_role_option(), get_role_option(), and setup_bridge_role_option().
| const ast_string_field value |
Definition at line 49 of file bridge_roles.c.
Referenced by ast_bridge_channel_establish_roles(), ast_bridge_channel_get_role_option(), and ast_channel_get_role_option().