List of channel drivers. More...

Data Fields | |
| struct ast_channel * | chan |
| uint64_t | flags |
| struct chanlist * | next |
| struct ast_channel_tech * | tech |
List of channel drivers.
Definition at line 102 of file channel.c.
struct ast_channel* chan [read] |
Definition at line 356 of file app_dial.c.
Referenced by dial_exec_full(), do_forward(), hanguptree(), and wait_for_answer().
| uint64_t flags |
Definition at line 357 of file app_dial.c.
Referenced by __ast_channel_alloc_ap(), and __ast_read().
Definition at line 355 of file app_dial.c.
Referenced by ast_write(), dial_exec_full(), hanguptree(), and wait_for_answer().
struct ast_channel_tech* tech [read] |
Definition at line 103 of file channel.c.
Referenced by ast_channel_register(), ast_channel_unregister(), ast_channeltype_list(), ast_get_channel_tech(), ast_request(), complete_channeltypes(), handle_cli_core_show_channeltype(), and handle_cli_core_show_channeltypes().
1.6.1