Asterisk - The Open Source Telephony Project
21.4.1
|
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.
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(), cdr_object_format_property(), check_new_cdr_needed(), confbridge_handle_atxfer(), 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(), cdr_object_format_property(), 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(), cdr_object_format_property(), and confbridge_handle_atxfer().
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(), cdr_object_format_property(), 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(), and snapshot_cep_changed().