Asterisk - The Open Source Telephony Project
18.5.0
|
Confbridge state handling for the INACTIVE 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_waitmarked (struct confbridge_user *user) |
Variables | |
struct confbridge_state * | CONF_STATE_INACTIVE = &STATE_INACTIVE |
Conference state with only waiting users. More... | |
struct confbridge_state | STATE_INACTIVE |
Confbridge state handling for the INACTIVE state.
Definition in file conf_state_inactive.c.
|
static |
Definition at line 59 of file conf_state_inactive.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 51 of file conf_state_inactive.c.
References conf_add_post_join_action(), conf_add_user_active(), conf_change_state(), conf_handle_only_person(), CONF_STATE_SINGLE, and confbridge_user::conference.
|
static |
Definition at line 67 of file conf_state_inactive.c.
References conf_change_state(), conf_default_leave_waitmarked(), CONF_STATE_EMPTY, confbridge_user::conference, and confbridge_conference::waitingusers.
struct confbridge_state* CONF_STATE_INACTIVE = &STATE_INACTIVE |
Conference state with only waiting users.
Definition at line 49 of file conf_state_inactive.c.
Referenced by join_waitmarked(), leave_marked(), and leave_unmarked().
struct confbridge_state STATE_INACTIVE |
Definition at line 42 of file conf_state_inactive.c.