Asterisk - The Open Source Telephony Project GIT-master-0644429
Data Fields
ast_channel_id Struct Reference

Channel UniqueId structure. More...

Data Fields

time_t creation_time
 
int creation_unique
 
char tenant_id [AST_MAX_TENANT_ID]
 
char unique_id [AST_MAX_UNIQUEID]
 

Detailed Description

Channel UniqueId structure.

Note
channel creation time used for determining LinkedId Propagation

Definition at line 56 of file channel_internal_api.c.

Field Documentation

◆ creation_time

time_t creation_time

Creation time

Definition at line 57 of file channel_internal_api.c.

Referenced by ast_channel_internal_copy_linkedid().

◆ creation_unique

int creation_unique

sub-second unique value

Definition at line 58 of file channel_internal_api.c.

Referenced by ast_channel_internal_copy_linkedid().

◆ tenant_id

char tenant_id[AST_MAX_TENANT_ID]

Multi-tenant identifier

Definition at line 60 of file channel_internal_api.c.

Referenced by ast_channel_tenantid(), and ast_channel_tenantid_set().

◆ unique_id

char unique_id[AST_MAX_UNIQUEID]

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