Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_channel_snapshot_caller Struct Reference

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

#include <stasis_channels.h>

Collaboration diagram for ast_channel_snapshot_caller:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field ani
 
const ast_string_field dialed_subaddr
 
const ast_string_field dnid
 
const ast_string_field name
 
const ast_string_field number
 
int pres
 
const ast_string_field rdnis
 
const ast_string_field subaddr
 

Detailed Description

Structure containing caller information for a channel snapshot.

Since
17

Definition at line 78 of file stasis_channels.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 87 of file stasis_channels.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 87 of file stasis_channels.h.

◆ ani

const ast_string_field ani

Caller ID ANI Number

Definition at line 87 of file stasis_channels.h.

Referenced by ast_cel_create_event_with_time(), and channel_snapshot_caller_create().

◆ dialed_subaddr

const ast_string_field dialed_subaddr

Dialed subaddress

Definition at line 87 of file stasis_channels.h.

Referenced by cdr_object_update_cid(), and channel_snapshot_caller_create().

◆ dnid

const ast_string_field dnid

Dialed ID Number

Definition at line 87 of file stasis_channels.h.

Referenced by ast_cel_create_event_with_time(), cdr_object_update_cid(), and channel_snapshot_caller_create().

◆ name

const ast_string_field name

◆ number

◆ pres

int pres

Caller ID presentation.

Definition at line 88 of file stasis_channels.h.

Referenced by channel_callerid(), channel_new_callerid(), and channel_snapshot_caller_create().

◆ rdnis

const ast_string_field rdnis

Caller ID RDNIS Number

Definition at line 87 of file stasis_channels.h.

Referenced by ast_cel_create_event_with_time(), and channel_snapshot_caller_create().

◆ subaddr

const ast_string_field subaddr

Caller subaddress

Definition at line 87 of file stasis_channels.h.

Referenced by cdr_object_update_cid(), and channel_snapshot_caller_create().


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