Mon Jan 30 13:29:29 2012

Asterisk developer's documentation


ast_dial_channel Struct Reference

Dialing channel structure. Contains per-channel dialing options, asterisk channel, and more! More...

Data Fields

int cause
const char * device
int is_running_app:1
int num
void * options [AST_DIAL_OPTION_MAX]
struct ast_channelowner
const char * tech

Detailed Description

Dialing channel structure. Contains per-channel dialing options, asterisk channel, and more!

Definition at line 59 of file dial.c.


Field Documentation

int cause

Channel specific options

Definition at line 64 of file dial.c.

Referenced by begin_dial().

const char* device

Technology being dialed

Definition at line 62 of file dial.c.

Referenced by ast_dial_append(), and begin_dial().

Cause code in case of failure

Definition at line 65 of file dial.c.

Referenced by monitor_dial().

int num

Definition at line 60 of file dial.c.

Referenced by ast_dial_append(), ast_dial_option_disable(), and ast_dial_option_enable().

void* options[AST_DIAL_OPTION_MAX]

Device being dialed

Definition at line 63 of file dial.c.

Referenced by ast_dial_destroy(), ast_dial_option_disable(), and ast_dial_option_enable().

struct ast_channel* owner [read]
const char* tech

Unique number for dialed channel

Definition at line 61 of file dial.c.

Referenced by ast_dial_append(), and begin_dial().


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

Generated on 30 Jan 2012 for Asterisk - the Open Source PBX by  doxygen 1.6.1