Asterisk - The Open Source Telephony Project
21.4.1
|
A conference state object to hold the various state callback functions. More...
#include <conf_state.h>
Data Fields | |
conference_entry_fn | entry |
conference_exit_fn | exit |
conference_event_fn | join_marked |
conference_event_fn | join_unmarked |
conference_event_fn | join_waitmarked |
conference_event_fn | leave_marked |
conference_event_fn | leave_unmarked |
conference_event_fn | leave_waitmarked |
const char * | name |
A conference state object to hold the various state callback functions.
Definition at line 45 of file conf_state.h.
conference_entry_fn entry |
Function to handle entry to a state
Definition at line 53 of file conf_state.h.
Referenced by conf_change_state().
conference_exit_fn exit |
Function to handle exiting from a state
Definition at line 54 of file conf_state.h.
Referenced by conf_change_state().
conference_event_fn join_marked |
Handle a marked join event
Definition at line 49 of file conf_state.h.
Referenced by handle_conf_user_join().
conference_event_fn join_unmarked |
Handle an unmarked join event
Definition at line 47 of file conf_state.h.
Referenced by handle_conf_user_join().
conference_event_fn join_waitmarked |
Handle a waitmarked join event
Definition at line 48 of file conf_state.h.
Referenced by handle_conf_user_join().
conference_event_fn leave_marked |
Handle a marked leave event
Definition at line 52 of file conf_state.h.
Referenced by handle_conf_user_leave().
conference_event_fn leave_unmarked |
Handle an unmarked leave event
Definition at line 50 of file conf_state.h.
Referenced by handle_conf_user_leave().
conference_event_fn leave_waitmarked |
Handle a waitmarked leave event
Definition at line 51 of file conf_state.h.
Referenced by handle_conf_user_leave().