| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 | 
Structure containing caller information for a channel snapshot.
Definition at line 79 of file stasis_channels.h.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 88 of file stasis_channels.h.
| 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 88 of file stasis_channels.h.
| const ast_string_field ani | 
Definition at line 88 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time(), and channel_snapshot_caller_create().
| const ast_string_field dialed_subaddr | 
Definition at line 88 of file stasis_channels.h.
Referenced by cdr_object_update_cid(), and channel_snapshot_caller_create().
| const ast_string_field dnid | 
Definition at line 88 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time(), cdr_object_update_cid(), and channel_snapshot_caller_create().
| const ast_string_field name | 
Definition at line 88 of file stasis_channels.h.
Referenced by announce_to_dial(), ast_cel_create_event_with_time(), ast_channel_snapshot_caller_id_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), cdr_object_create_public_records(), cdr_object_format_property(), cli_show_channel(), PathSegment::get_child(), and SwaggerType::load().
| const ast_string_field number | 
Definition at line 88 of file stasis_channels.h.
Referenced by announce_to_dial(), ast_cel_create_event_with_time(), ast_channel_snapshot_caller_id_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), cdr_object_create_public_records(), cdr_object_format_property(), cli_show_channel(), and handle_chanlist().
| int pres | 
Caller ID presentation.
Definition at line 89 of file stasis_channels.h.
Referenced by channel_callerid(), channel_new_callerid(), and channel_snapshot_caller_create().
| const ast_string_field rdnis | 
Definition at line 88 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time(), ast_channel_snapshot_to_json(), and channel_snapshot_caller_create().
| const ast_string_field subaddr | 
Definition at line 88 of file stasis_channels.h.
Referenced by cdr_object_update_cid(), and channel_snapshot_caller_create().