Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
const struct ast_cc_agent_callbacks * | callbacks |
struct ast_cc_config_params * | cc_params |
unsigned int | core_id |
char | device_name [1] |
unsigned int | flags |
Flags for agent operation. More... | |
void * | private_data |
const struct ast_cc_agent_callbacks* callbacks |
struct ast_cc_config_params* cc_params |
unsigned int core_id |
Which instance of the core state machine does this agent pertain to?
Definition at line 812 of file ccss.h.
Referenced by sig_pri_cc_agent_req_rsp().
char device_name[1] |
unsigned int flags |
void* private_data |
Data specific to agent implementation
Definition at line 834 of file ccss.h.
Referenced by sig_pri_cc_agent_callee_available(), sig_pri_cc_agent_destructor(), sig_pri_cc_agent_init(), sig_pri_cc_agent_party_b_free(), sig_pri_cc_agent_req_rsp(), sig_pri_cc_agent_status_req(), and sig_pri_cc_agent_stop_ringing().