
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 327 of file ccss.c.
Referenced by cc_agent_callback_helper(), ast_cc_agent_callback(), match_agent(), count_agents_cb(), cc_core_instance_destructor(), cc_core_init_instance(), cc_caller_offered(), request_cc(), cc_caller_requested(), cc_active(), cc_callee_ready(), cc_caller_busy(), cc_recalling(), cc_complete(), cc_failed(), cc_do_state_change(), cc_status_request(), cc_stop_ringing(), cc_party_b_free(), ccreq_exec(), cccancel_exec(), and print_stats_cb().
| int core_id |
Unique identifier for this instance of the CC core.
Definition at line 319 of file ccss.c.
Referenced by cc_core_instance_hash_fn(), cc_core_instance_cmp_fn(), find_cc_core_instance(), count_agents_cb(), ast_handle_cc_control_frame(), cc_core_instance_destructor(), cc_core_init_instance(), cc_caller_offered(), request_cc(), cc_caller_requested(), unsuspend(), cc_active(), suspend(), cc_caller_busy(), cancel_available_timer(), cc_recalling(), cc_complete(), cc_failed(), ast_setup_cc_recall_datastore(), cc_monitor_failed(), cc_stop_ringing(), ccreq_exec(), cccancel_exec(), print_stats_cb(), kill_cores(), complete_core_id(), and handle_cc_kill().
| enum cc_state current_state |
The current state for this instance of the CC core.
Definition at line 323 of file ccss.c.
Referenced by match_agent(), count_agents_cb(), cc_do_state_change(), and print_stats_cb().
| struct cc_monitor_tree* monitors |
Reference to the monitor tree formed during the initial call
Definition at line 331 of file ccss.c.
Referenced by cc_extension_monitor_change_is_valid(), cc_core_instance_destructor(), cc_core_init_instance(), has_device_monitors(), request_cc(), unsuspend(), suspend(), cancel_available_timer(), ast_setup_cc_recall_datastore(), ast_cc_get_monitor_by_recall_core_id(), cc_monitor_failed(), cc_status_response(), count_monitors_cb(), and print_stats_cb().