Asterisk - The Open Source Telephony Project
18.5.0
|
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 78 of file stasis_channels.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 87 of file stasis_channels.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 87 of file stasis_channels.h.
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().
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().
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().
const ast_string_field name |
Caller ID Name
Definition at line 87 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(), Parameter::load(), SwaggerType::load(), and Property::load().
const ast_string_field number |
Caller ID Number
Definition at line 87 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 88 of file stasis_channels.h.
Referenced by channel_callerid(), channel_new_callerid(), and channel_snapshot_caller_create().
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().
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().