Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
char * | orig_chan_name |
unsigned int | pending_connected_update:1 |
char | stuff [0] |
const struct ast_channel_tech * | tech |
const char * | tech |
List of channel drivers.
Definition at line 796 of file app_dial.c.
struct ast_aoc_decoded* aoc_s_rate_list |
Definition at line 812 of file app_dial.c.
Referenced by chanlist_free(), and wait_for_answer().
struct ast_channel* chan |
Definition at line 798 of file app_dial.c.
Referenced by __ast_request_and_dial(), ast_channel_by_exten_cb(), ast_channel_by_name_cb(), ast_channel_by_uniqueid_cb(), ast_channel_get_by_name_prefix(), ast_channel_register(), ast_channel_softhangup_cb(), ast_channel_unregister(), ast_pre_call(), ast_waitfor_nandfds(), dial_exec_full(), do_forward(), generator_force(), hanguptree(), publish_dial_end_event(), request_channel(), valid_priv_reply(), and wait_for_answer().
struct ast_party_connected_line connected |
Saved connected party info from an AST_CONTROL_CONNECTED_LINE.
Definition at line 809 of file app_dial.c.
Referenced by ast_channel_connected_line_macro(), ast_channel_connected_line_sub(), chanlist_free(), dial_exec_full(), and wait_for_answer().
uint64_t flags |
Definition at line 807 of file app_dial.c.
const char* interface |
Channel interface dialing string (is tech/number). (Stored in stuff[])
Definition at line 800 of file app_dial.c.
Referenced by dial_exec_full().
struct { ... } list |
struct chanlist* next |
Definition at line 797 of file app_dial.c.
Referenced by ast_write_stream().
struct { ... } node |
const char* number |
Channel device addressing. (Stored in stuff[])
Definition at line 804 of file app_dial.c.
Referenced by dial_exec_full().
char* orig_chan_name |
Original channel name. Must be freed. Could be NULL if allocation failed.
Definition at line 806 of file app_dial.c.
Referenced by chanlist_free(), dial_exec_full(), 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 811 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 814 of file app_dial.c.
Referenced by dial_exec_full(), and do_forward().
const struct ast_channel_tech* tech |
const char* tech |
Channel technology name. (Stored in stuff[])
Definition at line 802 of file app_dial.c.
Referenced by __ast_channel_alloc_ap(), ast_channel_register(), ast_channel_unregister(), ast_channeltype_list(), ast_get_channel_tech(), complete_channeltypes(), dial_exec_full(), do_forward(), handle_cli_core_show_channeltype(), handle_cli_core_show_channeltypes(), and request_channel().