Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
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(), and get_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().