Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | available_timer_id |
const struct ast_cc_monitor_callbacks * | callbacks |
int | core_id |
char * | dialstring |
Name that should be used to recall specified interface. More... | |
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. More... | |
enum ast_cc_service_type | service_offered |
int available_timer_id |
The ID of the available timer used by the current monitor
Definition at line 513 of file ccss.h.
Referenced by ast_cc_available_timer_expire().
const struct ast_cc_monitor_callbacks* callbacks |
int core_id |
The instance of the CC core to which this monitor belongs
Definition at line 494 of file ccss.h.
Referenced by ast_cc_available_timer_expire(), and ast_cc_call_init().
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 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 509 of file ccss.h.
Referenced by ast_handle_cc_control_frame().
unsigned int id |
Every interface has an id that uniquely identifies it. It is formed by incrementing a counter.
Definition at line 485 of file ccss.h.
Referenced by ast_cc_call_init(), and ast_cc_extension_monitor_add_dialstring().
struct ast_cc_interface* interface |
Information regarding the interface.
Definition at line 480 of file ccss.h.
Referenced by ast_cc_available_timer_expire(), ast_cc_get_monitor_by_recall_core_id(), ast_cc_is_recall(), ast_handle_cc_control_frame(), ast_set_cc_interfaces_chanvar(), and has_device_monitors().
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 490 of file ccss.h.
Referenced by ast_handle_cc_control_frame().
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 527 of file ccss.h.
Referenced by ast_cc_extension_monitor_add_dialstring(), sig_pri_call(), sig_pri_cc_monitor_req_cc(), sig_pri_cc_monitor_status_rsp(), sig_pri_cc_monitor_suspend(), and sig_pri_cc_monitor_unsuspend().
enum ast_cc_service_type service_offered |
The type of call completion service offered by a device.
Definition at line 498 of file ccss.h.
Referenced by sig_pri_cc_monitor_req_cc().