Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields
ast_channel_snapshot_base Struct Reference

Structure containing base information for a channel snapshot. More...

#include <stasis_channels.h>

Public Member Functions

 AST_STRING_FIELD_EXTENDED (protocol_id)
 

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field accountcode
 
struct timeval creationtime
 
const ast_string_field language
 
const ast_string_field name
 
int tech_properties
 
const ast_string_field type
 
const ast_string_field uniqueid
 
const ast_string_field userfield
 

Detailed Description

Structure containing base information for a channel snapshot.

Since
17

Definition at line 104 of file stasis_channels.h.

Member Function Documentation

AST_STRING_FIELD_EXTENDED ( protocol_id  )

Channel driver protocol id (i.e. Call-ID for chan_pjsip)

Field Documentation

const ast_string_field accountcode
struct timeval creationtime

The time of channel creation

Definition at line 113 of file stasis_channels.h.

Referenced by action_coreshowchannels(), ast_channel_snapshot_to_json(), and cdr_object_pick_party_a().

const ast_string_field language

The default spoken language for the channel

Definition at line 112 of file stasis_channels.h.

Referenced by ari_bridges_play_helper(), ast_channel_snapshot_to_json(), and ast_manager_build_channel_state_string_prefix().

const ast_string_field name
int tech_properties

Properties of the channel's technology

Definition at line 114 of file stasis_channels.h.

Referenced by ast_manager_build_channel_state_string_prefix(), and channel_snapshot_sanitizer().

const ast_string_field type

Type of channel technology

Definition at line 112 of file stasis_channels.h.

const ast_string_field uniqueid
const ast_string_field userfield

Userfield for CEL billing

Definition at line 112 of file stasis_channels.h.

Referenced by ast_cel_create_event_with_time().


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