Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_cc_config_params Struct Reference

Data Fields

char cc_agent_dialstring [AST_MAX_EXTENSION]
enum ast_cc_agent_policies cc_agent_policy
char cc_callback_macro [AST_MAX_EXTENSION]
char cc_callback_sub [AST_MAX_EXTENSION]
unsigned int cc_max_agents
unsigned int cc_max_monitors
enum ast_cc_monitor_policies cc_monitor_policy
unsigned int cc_offer_timer
unsigned int cc_recall_timer
unsigned int ccbs_available_timer
unsigned int ccnr_available_timer

Detailed Description

Since:
1.8

Definition at line 153 of file ccss.c.


Field Documentation

Definition at line 163 of file ccss.c.

Referenced by ast_get_cc_callback_sub(), and ast_set_cc_callback_sub().

unsigned int cc_max_agents

Definition at line 160 of file ccss.c.

Referenced by ast_get_cc_max_agents(), and ast_set_cc_max_agents().

unsigned int cc_max_monitors

Definition at line 161 of file ccss.c.

Referenced by ast_get_cc_max_monitors(), and ast_set_cc_max_monitors().

unsigned int cc_offer_timer

Definition at line 156 of file ccss.c.

Referenced by ast_get_cc_offer_timer(), ast_set_cc_offer_timer(), and cc_caller_offered().

unsigned int cc_recall_timer

Definition at line 159 of file ccss.c.

Referenced by ast_get_cc_recall_timer(), and ast_set_cc_recall_timer().

unsigned int ccbs_available_timer

Definition at line 158 of file ccss.c.

Referenced by ast_get_ccbs_available_timer(), and ast_set_ccbs_available_timer().

unsigned int ccnr_available_timer

Definition at line 157 of file ccss.c.

Referenced by ast_get_ccnr_available_timer(), and ast_set_ccnr_available_timer().


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