Asterisk - The Open Source Telephony Project
18.5.0
|
Confbridge state handling for the EMPTY state. More...
#include "asterisk.h"
#include "asterisk/devicestate.h"
#include "include/confbridge.h"
#include "include/conf_state.h"
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 | join_waitmarked (struct confbridge_user *user) |
static void | transition_to_empty (struct confbridge_user *user) |
Variables | |
struct confbridge_state * | CONF_STATE_EMPTY = &STATE_EMPTY |
Conference state with no active or waiting users. More... | |
struct confbridge_state | STATE_EMPTY |
Confbridge state handling for the EMPTY state.
Definition in file conf_state_empty.c.
|
static |
Definition at line 72 of file conf_state_empty.c.
References conf_add_post_join_action(), conf_add_user_marked(), conf_change_state(), conf_handle_first_join(), conf_handle_only_person(), CONF_STATE_SINGLE_MARKED, and confbridge_user::conference.
|
static |
Definition at line 55 of file conf_state_empty.c.
References conf_add_post_join_action(), conf_add_user_active(), conf_change_state(), conf_handle_first_join(), conf_handle_only_person(), CONF_STATE_SINGLE, and confbridge_user::conference.
|
static |
Definition at line 64 of file conf_state_empty.c.
References conf_change_state(), conf_default_join_waitmarked(), conf_handle_first_join(), CONF_STATE_INACTIVE, and confbridge_user::conference.
|
static |
Definition at line 81 of file conf_state_empty.c.
References AST_DEVICE_NOT_INUSE, AST_DEVSTATE_CACHABLE, ast_devstate_changed(), conf_ended(), confbridge_user::conference, and confbridge_conference::name.
struct confbridge_state* CONF_STATE_EMPTY = &STATE_EMPTY |
Conference state with no active or waiting users.
Definition at line 53 of file conf_state_empty.c.
Referenced by join_conference_bridge(), leave_marked(), leave_unmarked(), and leave_waitmarked().
struct confbridge_state STATE_EMPTY |
Definition at line 45 of file conf_state_empty.c.