44 .
name =
"SINGLE_MARKED",
void conf_remove_user_marked(struct confbridge_conference *conference, struct confbridge_user *user)
Remove a conference bridge user from the marked active conference users in the conference.
void conf_add_user_active(struct confbridge_conference *conference, struct confbridge_user *user)
Add a conference bridge user as an unmarked active user of the conference.
static void join_active(struct confbridge_user *user)
struct confbridge_conference * conference
void conf_mute_only_active(struct confbridge_conference *conference)
Attempt to mute/play MOH to the only user in the conference if they require it.
void conf_update_user_mute(struct confbridge_user *user)
Update the actual mute status of the user and set it on the bridge.
struct confbridge_state * CONF_STATE_EMPTY
Conference state with no active or waiting users.
void conf_add_user_marked(struct confbridge_conference *conference, struct confbridge_user *user)
Add a conference bridge user as a marked active user of the conference.
struct confbridge_state STATE_SINGLE_MARKED
struct confbridge_state * CONF_STATE_SINGLE_MARKED
Conference state with only a single marked active user.
void conf_handle_second_active(struct confbridge_conference *conference)
Handle when a conference moves to having more than one active participant.
static void join_marked(struct confbridge_user *user)
static void transition_to_single_marked(struct confbridge_user *user)
static void leave_marked(struct confbridge_user *user)
void conf_moh_stop(struct confbridge_user *user)
Stop MOH for the conference user.
structure to hold users read from users.conf
Confbridge state handling.
A conference state object to hold the various state callback functions.
The structure that represents a conference bridge user.
struct confbridge_state * CONF_STATE_MULTI_MARKED
Conference state with multiple active users and at least one marked user.
void conf_change_state(struct confbridge_user *user, struct confbridge_state *newstate)
Execute conference state transition because of a user action.