Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 56 of file conf_state_inactive.c.
References conf_add_user_marked(), conf_change_state(), CONF_STATE_MULTI_MARKED, and conf_update_user_mute().
|
static |
Definition at line 48 of file conf_state_inactive.c.
References conf_add_post_join_action(), conf_add_user_active(), conf_change_state(), conf_handle_only_person(), and CONF_STATE_SINGLE.
|
static |
Definition at line 64 of file conf_state_inactive.c.
References conf_change_state(), conf_default_leave_waitmarked(), and CONF_STATE_EMPTY.
struct confbridge_state* CONF_STATE_INACTIVE = &STATE_INACTIVE |
Conference state with only waiting users.
Definition at line 46 of file conf_state_inactive.c.
Referenced by join_waitmarked(), leave_marked(), and leave_unmarked().
struct confbridge_state STATE_INACTIVE |
Definition at line 39 of file conf_state_inactive.c.