Asterisk - The Open Source Telephony Project GIT-master-7e7a603
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

◆ 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().

◆ unique_id

char unique_id[AST_MAX_UNIQUEID]

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