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

< Caller ID Name

< Caller ID Number

< Dialed ID Number

< Dialed subaddress

< Caller ID ANI Number

< Caller ID RDNIS Number

< Caller subaddress

Definition at line 87 of file stasis_channels.h.

◆ ani

const ast_string_field ani

◆ dialed_subaddr

const ast_string_field dialed_subaddr

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

◆ 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

◆ subaddr

const ast_string_field subaddr

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: