Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_dial Struct Reference


Detailed Description

Main dialing structure. Contains global options, channels being dialed, and more!

Definition at line 48 of file dial.c.

Data Fields

int num
void * options [AST_DIAL_OPTION_MAX]
enum ast_dial_result status


Field Documentation

int num
 

Definition at line 49 of file dial.c.

Referenced by ast_dial_append().

void* options[AST_DIAL_OPTION_MAX]
 

Status of dial

Definition at line 51 of file dial.c.

Referenced by ast_dial_option_global_disable(), ast_dial_option_global_enable(), and monitor_dial().

enum ast_dial_result status
 

Current number to give to next dialed channel

Definition at line 50 of file dial.c.

Referenced by ast_dial_answered(), ast_dial_join(), ast_dial_status(), handle_frame(), handle_frame_ownerless(), and monitor_dial().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen