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 |
| struct ast_aoc_decoded* aoc_s_rate_list |
Definition at line 651 of file app_dial.c.
Referenced by chanlist_free(), and wait_for_answer().
| struct ast_channel* chan |
Definition at line 645 of file app_dial.c.
Referenced by hanguptree(), do_forward(), wait_for_answer(), dial_exec_full(), ast_channel_register(), ast_channel_unregister(), ast_channel_get_full(), ast_channel_set_fd(), generator_force(), ast_waitfor_nandfds(), ast_read_generator_actions(), __ast_request_and_dial(), and ast_request().
Saved connected party info from an AST_CONTROL_CONNECTED_LINE.
Definition at line 648 of file app_dial.c.
Referenced by chanlist_free(), wait_for_answer(), dial_exec_full(), and ast_channel_connected_line_macro().
| uint64_t flags |
Definition at line 646 of file app_dial.c.
Referenced by __ast_channel_alloc_ap(), and __ast_read().
| struct { ... } list |
Definition at line 644 of file app_dial.c.
Referenced by hanguptree(), wait_for_answer(), dial_exec_full(), and ast_write().
| unsigned int pending_connected_update |
TRUE if an AST_CONTROL_CONNECTED_LINE update was saved to the connected element.
Definition at line 650 of file app_dial.c.
Referenced by wait_for_answer().
| struct ast_channel_tech* tech |
Definition at line 116 of file channel.c.
Referenced by ast_channeltype_list(), handle_cli_core_show_channeltypes(), complete_channeltypes(), handle_cli_core_show_channeltype(), ast_channel_register(), ast_channel_unregister(), ast_get_channel_tech(), __ast_channel_alloc_ap(), ast_request(), and data_channeltypes_provider_handler().