Asterisk - The Open Source Telephony Project GIT-master-97770a9
Data Fields
ast_channel_initializers Struct Reference

Helper struct for initializing additional channel information on channel creation. More...

#include <channel.h>

Data Fields

const char * tenantid
 
uint32_t version
 struct ABI version More...
 

Detailed Description

Helper struct for initializing additional channel information on channel creation.

Since
18.25.0

Definition at line 615 of file channel.h.

Field Documentation

◆ tenantid

const char* tenantid

Definition at line 626 of file channel.h.

Referenced by __ast_channel_internal_alloc_with_initializers().

◆ version

uint32_t version

struct ABI version

Note
This must stay as the first member.

Definition at line 625 of file channel.h.

Referenced by __ast_channel_internal_alloc_with_initializers(), chan_pjsip_new(), and ParsingContext::next().


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