List of channel drivers. More...
Data Fields | |
struct ast_aoc_decoded * | aoc_s_rate_list |
struct ast_channel * | chan |
struct ast_party_connected_line | connected |
uint64_t | flags |
struct { | |
struct chanlist * next | |
} | list |
struct chanlist * | next |
unsigned int | pending_connected_update:1 |
struct ast_channel_tech * | tech |
List of channel drivers.
Definition at line 664 of file app_dial.c.
struct ast_aoc_decoded* aoc_s_rate_list [read] |
Definition at line 672 of file app_dial.c.
Referenced by chanlist_free(), and wait_for_answer().
struct ast_channel* chan [read] |
Definition at line 666 of file app_dial.c.
Referenced by dial_exec_full(), do_forward(), hanguptree(), and wait_for_answer().
struct ast_party_connected_line connected [read] |
Saved connected party info from an AST_CONTROL_CONNECTED_LINE.
Definition at line 669 of file app_dial.c.
Referenced by ast_channel_connected_line_macro(), chanlist_free(), dial_exec_full(), and wait_for_answer().
uint64_t flags |
Definition at line 667 of file app_dial.c.
Referenced by __ast_channel_alloc_ap(), and __ast_read().
struct { ... } list |
Definition at line 665 of file app_dial.c.
Referenced by ast_write(), dial_exec_full(), hanguptree(), and wait_for_answer().
unsigned int pending_connected_update |
TRUE if an AST_CONTROL_CONNECTED_LINE update was saved to the connected element.
Definition at line 671 of file app_dial.c.
Referenced by wait_for_answer().
struct ast_channel_tech* tech [read] |
Definition at line 122 of file channel.c.
Referenced by __ast_channel_alloc_ap(), ast_channel_register(), ast_channel_unregister(), ast_channeltype_list(), ast_get_channel_tech(), ast_request(), complete_channeltypes(), data_channeltypes_provider_handler(), handle_cli_core_show_channeltype(), and handle_cli_core_show_channeltypes().