#include <ccss.h>

Data Fields | |
| int | available_timer_id |
| struct ast_cc_monitor_callbacks * | callbacks |
| int | core_id |
| char * | dialstring |
| Name that should be used to recall specified interface. | |
| unsigned int | id |
| struct ast_cc_interface * | interface |
| struct { | |
| struct ast_cc_monitor * next | |
| } | next |
| unsigned int | parent_id |
| void * | private_data |
| Data that is private to a monitor technology. | |
| enum ast_cc_service_type | service_offered |
The ID of the available timer used by the current monitor
Definition at line 530 of file ccss.h.
Referenced by ast_cc_available_timer_expire(), cc_interface_tree_destroy(), cc_device_monitor_init(), request_cc(), cancel_available_timer(), and cc_monitor_failed().
| struct ast_cc_monitor_callbacks* callbacks |
Monitor callbacks
Definition at line 534 of file ccss.h.
Referenced by cc_monitor_destroy(), cc_interface_tree_destroy(), cc_device_monitor_init(), request_cc(), unsuspend(), suspend(), cancel_available_timer(), cc_monitor_failed(), and cc_status_response().
| int core_id |
The instance of the CC core to which this monitor belongs
Definition at line 511 of file ccss.h.
Referenced by ast_cc_available_timer_expire(), cc_generic_monitor_request_cc(), cc_generic_monitor_suspend(), cc_generic_monitor_unsuspend(), cc_generic_monitor_cancel_available_timer(), cc_monitor_destroy(), cc_interfaces_datastore_init(), cc_device_monitor_init(), ast_cc_call_init(), cc_monitor_failed(), sip_cc_monitor_suspend(), and sig_pri_cc_generic_check().
| char* dialstring |
Name that should be used to recall specified interface.
When issuing a CC recall, some technologies will require that a name other than the device name is dialed. For instance, with SIP, a specific URI will be used which chan_sip will be able to recognize as being a CC recall. Similarly, ISDN will need a specific dial string to know that the call is a recall.
Definition at line 526 of file ccss.h.
Referenced by cc_monitor_destroy(), cc_device_monitor_init(), ast_handle_cc_control_frame(), and build_cc_interfaces_chanvar().
| unsigned int id |
Every interface has an id that uniquely identifies it. It is formed by incrementing a counter.
Definition at line 502 of file ccss.h.
Referenced by ast_cc_extension_monitor_add_dialstring(), cc_extension_monitor_change_is_valid(), cc_extension_monitor_init(), cc_interfaces_datastore_init(), cc_device_monitor_init(), ast_cc_call_init(), build_cc_interfaces_chanvar(), and cc_cli_print_monitor_stats().
| struct ast_cc_interface* interface |
Information regarding the interface.
Definition at line 497 of file ccss.h.
Referenced by create_new_generic_list(), ast_cc_available_timer_expire(), cc_generic_monitor_request_cc(), cc_generic_monitor_suspend(), cc_generic_monitor_unsuspend(), cc_generic_monitor_cancel_available_timer(), cc_monitor_destroy(), cc_extension_monitor_init(), cc_device_monitor_init(), ast_handle_cc_control_frame(), has_device_monitors(), request_cc(), unsuspend(), suspend(), cancel_available_timer(), ast_cc_is_recall(), ast_cc_get_monitor_by_recall_core_id(), build_cc_interfaces_chanvar(), ast_set_cc_interfaces_chanvar(), cc_monitor_failed(), cc_status_response(), count_monitors_cb(), cc_cli_print_monitor_stats(), and sip_cc_monitor_request_cc().
| struct { ... } next |
| struct ast_cc_monitor* next |
| unsigned int parent_id |
The ID of this monitor's parent. If this monitor is at the top of the tree, then his parent will be 0.
Definition at line 507 of file ccss.h.
Referenced by cc_extension_monitor_init(), cc_device_monitor_init(), ast_handle_cc_control_frame(), request_cc(), unsuspend(), suspend(), cancel_available_timer(), build_cc_interfaces_chanvar(), cc_monitor_failed(), and cc_cli_print_monitor_stats().
| void* private_data |
Data that is private to a monitor technology.
Most channel drivers that implement CC monitors will have to allocate data that the CC core does not care about but which is vital to the operation of the monitor. This data is stored in this pointer so that the channel driver may use it as needed
Definition at line 544 of file ccss.h.
Referenced by cc_generic_monitor_request_cc(), cc_monitor_destroy(), ast_cc_extension_monitor_add_dialstring(), cc_extension_monitor_change_is_valid(), cc_extension_monitor_init(), cc_device_monitor_init(), build_cc_interfaces_chanvar(), sip_cc_monitor_request_cc(), sip_cc_monitor_suspend(), sip_cc_monitor_unsuspend(), sip_call(), and sig_pri_call().
The type of call completion service offered by a device.
Definition at line 515 of file ccss.h.
Referenced by cc_generic_monitor_request_cc(), cc_device_monitor_init(), cc_cli_print_monitor_stats(), and sip_cc_monitor_request_cc().