Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 69 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(), and CONF_STATE_SINGLE_MARKED.
|
static |
Definition at line 52 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(), and CONF_STATE_SINGLE.
|
static |
Definition at line 61 of file conf_state_empty.c.
References conf_change_state(), conf_default_join_waitmarked(), conf_handle_first_join(), and CONF_STATE_INACTIVE.
|
static |
Definition at line 78 of file conf_state_empty.c.
References AST_DEVICE_NOT_INUSE, AST_DEVSTATE_CACHABLE, ast_devstate_changed(), and conf_ended().
struct confbridge_state* CONF_STATE_EMPTY = &STATE_EMPTY |
Conference state with no active or waiting users.
Definition at line 50 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 42 of file conf_state_empty.c.