Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_cc_agent * | agent |
int | core_id |
enum cc_state | current_state |
struct cc_monitor_tree * | monitors |
struct ast_cc_agent* agent |
The CC agent in use for this call
Definition at line 340 of file ccss.c.
Referenced by ast_cc_agent_callback().
int core_id |
Unique identifier for this instance of the CC core.
Definition at line 332 of file ccss.c.
Referenced by ast_handle_cc_control_frame(), and ast_setup_cc_recall_datastore().
enum cc_state current_state |
struct cc_monitor_tree* monitors |
Reference to the monitor tree formed during the initial call
Definition at line 344 of file ccss.c.
Referenced by ast_cc_get_monitor_by_recall_core_id(), ast_setup_cc_recall_datastore(), and has_device_monitors().