Asterisk - The Open Source Telephony Project
21.4.1
|
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. | |
struct confbridge_state | STATE_EMPTY |
Confbridge state handling for the EMPTY state.
Definition in file conf_state_empty.c.