Asterisk - The Open Source Telephony Project
18.5.0
|
Structure containing dialplan 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 | appl |
const ast_string_field | context |
const ast_string_field | data |
const ast_string_field | exten |
int | priority |
Structure containing dialplan information for a channel snapshot.
Definition at line 64 of file stasis_channels.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 70 of file stasis_channels.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 70 of file stasis_channels.h.
const ast_string_field appl |
Current application
Definition at line 70 of file stasis_channels.h.
Referenced by action_coreshowchannels(), ast_cel_create_event_with_time(), ast_channel_snapshot_cep_equal(), ast_channel_snapshot_to_json(), base_process_party_a(), cdr_object_format_property(), cel_channel_app_change(), cel_report_event(), channel_dialplan(), channel_newexten(), channel_snapshot_dialplan_create(), check_new_cdr_needed(), cli_channel_print_body(), cli_filter_channels(), confbridge_handle_atxfer(), handle_chanlist(), and snapshot_cep_changed().
const ast_string_field context |
Current extension context
Definition at line 70 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time(), ast_channel_snapshot_cep_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), base_process_party_a(), cdr_object_format_property(), handle_chanlist(), and snapshot_cep_changed().
const ast_string_field data |
Data passed to current application
Definition at line 70 of file stasis_channels.h.
Referenced by action_coreshowchannels(), ast_cel_create_event_with_time(), ast_channel_snapshot_to_json(), base_process_party_a(), cdr_object_format_property(), channel_dialplan(), channel_newexten(), channel_snapshot_dialplan_create(), confbridge_handle_atxfer(), and handle_chanlist().
const ast_string_field exten |
Current extension number
Definition at line 70 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time(), ast_channel_snapshot_cep_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), base_process_party_a(), cdr_object_format_property(), channel_newexten(), cli_channel_print_body(), handle_chanlist(), and snapshot_cep_changed().
int priority |
Current extension priority
Definition at line 71 of file stasis_channels.h.
Referenced by ast_channel_snapshot_cep_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), channel_snapshot_dialplan_create(), handle_chanlist(), and snapshot_cep_changed().