Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | aoc_s_count |
struct ast_aoc_s_entry | aoc_s_entries [10] |
enum ast_aoc_billing_id | billing_id |
enum ast_aoc_charge_type | charge_type |
struct ast_aoc_charging_association | charging_association |
unsigned int | currency_amount |
char | currency_name [AOC_CURRENCY_NAME_SIZE] |
enum ast_aoc_type | msg_type |
enum ast_aoc_currency_multiplier | multiplier |
enum ast_aoc_request | request_flag |
char | termination_request |
enum ast_aoc_total_type | total_type |
int | unit_count |
struct ast_aoc_unit_entry | unit_list [32] |
int aoc_s_count |
Definition at line 227 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_s_add_entry(), aoc_s_event(), ast_aoc_s_get_count(), ast_aoc_s_get_rate_info(), and s_to_json().
struct ast_aoc_s_entry aoc_s_entries[10] |
Definition at line 228 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_s_add_entry(), aoc_s_event(), ast_aoc_s_get_rate_info(), and s_to_json().
enum ast_aoc_billing_id billing_id |
Definition at line 221 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_billing_id(), ast_aoc_set_billing_id(), and charge_to_json().
enum ast_aoc_charge_type charge_type |
Definition at line 207 of file aoc.c.
Referenced by aoc_d_event(), aoc_e_event(), ast_aoc_create(), ast_aoc_decode(), ast_aoc_encode(), ast_aoc_get_charge_type(), and charge_to_json().
struct ast_aoc_charging_association charging_association |
Definition at line 224 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), association_to_json(), ast_aoc_get_association_info(), ast_aoc_set_association_id(), and ast_aoc_set_association_number().
unsigned int currency_amount |
Definition at line 213 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_currency_amount(), ast_aoc_set_currency_info(), and charge_to_json().
char currency_name[AOC_CURRENCY_NAME_SIZE] |
Definition at line 214 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_currency_name(), ast_aoc_set_currency_info(), and charge_to_json().
enum ast_aoc_type msg_type |
Definition at line 206 of file aoc.c.
Referenced by ast_aoc_add_unit_entry(), ast_aoc_create(), ast_aoc_decode(), ast_aoc_decoded2str(), ast_aoc_encode(), ast_aoc_get_msg_type(), ast_aoc_manager_event(), ast_aoc_set_association_id(), ast_aoc_set_association_number(), and ast_aoc_set_termination_request().
enum ast_aoc_currency_multiplier multiplier |
Definition at line 212 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_currency_multiplier(), ast_aoc_get_currency_multiplier_decimal(), ast_aoc_set_currency_info(), and charge_to_json().
enum ast_aoc_request request_flag |
Definition at line 208 of file aoc.c.
Referenced by aoc_request_event(), ast_aoc_create(), ast_aoc_decode(), ast_aoc_encode(), and ast_aoc_get_request().
char termination_request |
Definition at line 231 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_parse_ie(), ast_aoc_get_termination_request(), and ast_aoc_set_termination_request().
enum ast_aoc_total_type total_type |
Definition at line 209 of file aoc.c.
Referenced by aoc_d_event(), ast_aoc_decode(), ast_aoc_encode(), ast_aoc_get_total_type(), ast_aoc_set_total_type(), and charge_to_json().
int unit_count |
Definition at line 217 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), ast_aoc_add_unit_entry(), ast_aoc_get_unit_count(), ast_aoc_get_unit_info(), and units_to_json().
struct ast_aoc_unit_entry unit_list[32] |
Definition at line 218 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), ast_aoc_add_unit_entry(), ast_aoc_get_unit_info(), and units_to_json().