Asterisk - The Open Source Telephony Project
18.5.0
|
Confbridge state handling for the SINGLE 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) |
static void | transition_to_single (struct confbridge_user *user) |
Variables | |
struct confbridge_state * | CONF_STATE_SINGLE = &STATE_SINGLE |
Conference state with only a single unmarked active user. More... | |
struct confbridge_state | STATE_SINGLE |
Confbridge state handling for the SINGLE state.
Definition in file conf_state_single.c.
|
static |
Definition at line 63 of file conf_state_single.c.
References conf_add_user_marked(), conf_change_state(), conf_handle_second_active(), CONF_STATE_MULTI_MARKED, conf_update_user_mute(), and confbridge_user::conference.
|
static |
Definition at line 54 of file conf_state_single.c.
References conf_add_user_active(), conf_change_state(), conf_handle_second_active(), CONF_STATE_MULTI, conf_update_user_mute(), and confbridge_user::conference.
|
static |
Definition at line 72 of file conf_state_single.c.
References conf_change_state(), conf_moh_stop(), conf_remove_user_active(), CONF_STATE_EMPTY, CONF_STATE_INACTIVE, confbridge_user::conference, confbridge_user::playing_moh, and confbridge_conference::waitingusers.
|
static |
Definition at line 86 of file conf_state_single.c.
References conf_mute_only_active(), and confbridge_user::conference.
struct confbridge_state* CONF_STATE_SINGLE = &STATE_SINGLE |
Conference state with only a single unmarked active user.
Definition at line 52 of file conf_state_single.c.
Referenced by join_unmarked(), leave_marked(), and leave_unmarked().
struct confbridge_state STATE_SINGLE |
Definition at line 43 of file conf_state_single.c.