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

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

#include <stasis_channels.h>

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

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

const ast_string_field dialed_subaddr

Dialed subaddress

Definition at line 87 of file stasis_channels.h.

Referenced by cdr_object_update_cid().

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(), and cdr_object_update_cid().

const ast_string_field name
const ast_string_field number
int pres

Caller ID presentation.

Definition at line 88 of file stasis_channels.h.

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

const ast_string_field subaddr

Caller subaddress

Definition at line 87 of file stasis_channels.h.

Referenced by cdr_object_update_cid().


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