Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
hepv3_global_config Struct Reference

Global configuration for the module. More...

Collaboration diagram for hepv3_global_config:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field capture_address
 
unsigned int capture_id
 
const ast_string_field capture_password
 
unsigned int enabled
 
enum hep_uuid_type uuid_type
 

Detailed Description

Global configuration for the module.

Definition at line 236 of file res_hep.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 243 of file res_hep.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 243 of file res_hep.c.

◆ capture_address

const ast_string_field capture_address

Address to send to

Definition at line 243 of file res_hep.c.

Referenced by hepv3_data_alloc().

◆ capture_id

unsigned int capture_id

Capture ID for this agent

Definition at line 238 of file res_hep.c.

◆ capture_password

const ast_string_field capture_password

Password for Homer server

Definition at line 243 of file res_hep.c.

◆ enabled

unsigned int enabled

Whether or not sending is enabled

Definition at line 237 of file res_hep.c.

◆ uuid_type

enum hep_uuid_type uuid_type

The preferred type of the UUID

Definition at line 239 of file res_hep.c.

Referenced by uuid_type_handler().


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