Sat Apr 26 2014 22:03:24

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
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_techtech
const char * tech

Detailed Description

List of channel drivers.

Definition at line 690 of file app_dial.c.


Field Documentation

Definition at line 704 of file app_dial.c.

Referenced by 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().

struct chanlist* next

Definition at line 691 of file app_dial.c.

Referenced by ast_write().

struct { ... } node
const char* number

Channel device addressing. (Stored in stuff[])

Definition at line 698 of file app_dial.c.

Referenced by dial_exec_full().

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().

Definition at line 123 of file channel.c.


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