Mon Mar 12 2012 21:47:59

Asterisk developer's documentation


chanlist Struct Reference

List of channel drivers. More...

Collaboration diagram for chanlist:

Data Fields

struct ast_aoc_decodedaoc_s_rate_list
struct ast_channelchan
struct ast_party_connected_line connected
uint64_t flags
struct {
   struct chanlist *   next
list
struct chanlistnext
unsigned int pending_connected_update:1
struct ast_channel_techtech

Detailed Description

List of channel drivers.

Definition at line 667 of file app_dial.c.


Field Documentation

Definition at line 675 of file app_dial.c.

Referenced by chanlist_free(), and wait_for_answer().

Saved connected party info from an AST_CONTROL_CONNECTED_LINE.

Definition at line 672 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 670 of file app_dial.c.

Referenced by __ast_channel_alloc_ap(), and __ast_read().

struct { ... } list
struct chanlist* next

Definition at line 668 of file app_dial.c.

Referenced by ast_write(), dial_exec_full(), hanguptree(), and wait_for_answer().

TRUE if an AST_CONTROL_CONNECTED_LINE update was saved to the connected element.

Definition at line 674 of file app_dial.c.

Referenced by wait_for_answer().


The documentation for this struct was generated from the following files: