Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_channel_id Struct Reference

Channel UniqueId structure. More...

Data Fields

time_t creation_time
 
int creation_unique
 
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

time_t creation_time

Creation time

Definition at line 57 of file channel_internal_api.c.

Referenced by ast_channel_internal_copy_linkedid(), and ast_channel_internal_oldest_linkedid().

int creation_unique

sub-second unique value

Definition at line 58 of file channel_internal_api.c.

Referenced by ast_channel_internal_copy_linkedid(), and ast_channel_internal_oldest_linkedid().

char unique_id[AST_MAX_UNIQUEID]

Unique Identifier

Definition at line 59 of file channel_internal_api.c.

Referenced by ast_channel_internal_copy_linkedid(), and ast_channel_internal_set_fake_ids().


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