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 |
| const char * | interface |
| struct { | |
| struct chanlist * next | |
| } | list |
| struct { | |
| struct chanlist * next | |
| } | node |
| const char * | number |
| unsigned int | pending_connected_update:1 |
| char | stuff [0] |
| struct ast_channel_tech * | tech |
| const char * | tech |
List of channel drivers.
Definition at line 690 of file app_dial.c.
| struct ast_aoc_decoded* aoc_s_rate_list |
Definition at line 704 of file app_dial.c.
Referenced by wait_for_answer().
| struct ast_channel* chan |
Definition at line 692 of file app_dial.c.
Referenced by __ast_request_and_dial(), ast_channel_get_by_name_prefix(), ast_channel_register(), ast_channel_set_fd(), ast_channel_unregister(), ast_pre_call(), ast_read_generator_actions(), ast_request(), ast_waitfor_nandfds(), dial_exec_full(), do_forward(), generator_force(), hanguptree(), and wait_for_answer().
Saved connected party info from an AST_CONTROL_CONNECTED_LINE.
Definition at line 701 of file app_dial.c.
Referenced by ast_channel_connected_line_macro(), ast_channel_connected_line_sub(), dial_exec_full(), and wait_for_answer().
| uint64_t flags |
Definition at line 699 of file app_dial.c.
| const char* interface |
Channel interface dialing string (is tech/number). (Stored in stuff[])
Definition at line 694 of file app_dial.c.
Referenced by dial_exec_full().
| struct { ... } list |
Referenced by dial_exec_full().
Definition at line 691 of file app_dial.c.
Referenced by ast_write().
| struct { ... } node |
Referenced by dial_exec_full(), hanguptree(), and wait_for_answer().
| const char* number |
Channel device addressing. (Stored in stuff[])
Definition at line 698 of file app_dial.c.
Referenced by dial_exec_full().
| unsigned int pending_connected_update |
TRUE if an AST_CONTROL_CONNECTED_LINE update was saved to the connected element.
Definition at line 703 of file app_dial.c.
Referenced by wait_for_answer().
| char stuff[0] |
The interface, tech, and number strings are stuffed here.
Definition at line 706 of file app_dial.c.
Referenced by dial_exec_full(), and do_forward().
| struct ast_channel_tech* tech |
| const char* tech |
Channel technology name. (Stored in stuff[])
Definition at line 696 of file app_dial.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(), dial_exec_full(), do_forward(), handle_cli_core_show_channeltype(), and handle_cli_core_show_channeltypes().