Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct { | |
struct bridge_role * next | |
} | list |
struct { | |
struct bridge_role_option * first | |
struct bridge_role_option * last | |
} | options |
char | role [AST_ROLE_LEN] |
Definition at line 52 of file bridge_roles.c.
struct bridge_role_option* first |
Definition at line 54 of file bridge_roles.c.
struct bridge_role_option* last |
Definition at line 54 of file bridge_roles.c.
struct { ... } list |
struct bridge_role* next |
Definition at line 53 of file bridge_roles.c.
struct { ... } options |
char role[AST_ROLE_LEN] |
Definition at line 55 of file bridge_roles.c.
Referenced by ast_bridge_channel_establish_roles(), ast_bridge_channel_get_role_option(), ast_channel_clear_bridge_roles(), ast_channel_get_role_option(), ast_channel_remove_bridge_role(), ast_channel_set_bridge_role_option(), bridge_role_datastore_destroy(), get_role_from_datastore(), and setup_bridge_role().