Asterisk - The Open Source Telephony Project
18.5.0
|
Confbridge state handling for the MULTI state. More...
Go to the source code of this file.
Functions | |
static void | join_marked (struct confbridge_user *user) |
static void | join_unmarked (struct confbridge_user *user) |
static void | leave_unmarked (struct confbridge_user *user) |
Variables | |
struct confbridge_state * | CONF_STATE_MULTI = &STATE_MULTI |
Conference state with multiple active users, but no marked users. More... | |
struct confbridge_state | STATE_MULTI |
Confbridge state handling for the MULTI state.
Definition in file conf_state_multi.c.
|
static |
Definition at line 58 of file conf_state_multi.c.
References conf_add_user_marked(), conf_change_state(), CONF_STATE_MULTI_MARKED, conf_update_user_mute(), and confbridge_user::conference.
|
static |
Definition at line 52 of file conf_state_multi.c.
References conf_add_user_active(), conf_update_user_mute(), and confbridge_user::conference.
|
static |
Definition at line 66 of file conf_state_multi.c.
References confbridge_conference::activeusers, conf_change_state(), conf_remove_user_active(), CONF_STATE_SINGLE, and confbridge_user::conference.
struct confbridge_state* CONF_STATE_MULTI = &STATE_MULTI |
Conference state with multiple active users, but no marked users.
Definition at line 50 of file conf_state_multi.c.
Referenced by join_unmarked(), and leave_marked().
struct confbridge_state STATE_MULTI |
Definition at line 42 of file conf_state_multi.c.