Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_cc_agent Struct Reference

#include <ccss.h>

Data Fields

struct ast_cc_agent_callbackscallbacks
 
struct ast_cc_config_paramscc_params
 
unsigned int core_id
 
char device_name [1]
 
unsigned int flags
 Flags for agent operation. More...
 
void * private_data
 

Detailed Description

Definition at line 827 of file ccss.h.

Field Documentation

struct ast_cc_config_params* cc_params

Configuration parameters that affect this agent's operation.

Definition at line 842 of file ccss.h.

Referenced by agent_destroy(), cc_agent_init(), cc_caller_offered(), cc_generic_agent_start_offer_timer(), and sip_cc_agent_start_offer_timer().

unsigned int flags

Flags for agent operation.

There are some attributes of certain agent types that can alter the behavior of certain CC functions. For a list of these flags, see the ast_cc_agent_flags enum

Definition at line 852 of file ccss.h.


The documentation for this struct was generated from the following file: