![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
ast_dial_channel Struct Reference
Collaboration diagram for ast_dial_channel:
Definition at line 57 of file dial.c.
Data Fields | |
| int | cause |
| const char * | device |
| int | num |
| void * | options [AST_DIAL_OPTION_MAX] |
| ast_channel * | owner |
| const char * | tech |
|
|
Channel specific options Definition at line 62 of file dial.c. Referenced by begin_dial(). |
|
|
Technology being dialed Definition at line 60 of file dial.c. Referenced by begin_dial(). |
|
|
Definition at line 58 of file dial.c. Referenced by ast_dial_option_disable(), and ast_dial_option_enable(). |
|
|
Device being dialed Definition at line 61 of file dial.c. Referenced by ast_dial_destroy(), ast_dial_option_disable(), and ast_dial_option_enable(). |
|
|
Cause code in case of failure Definition at line 63 of file dial.c. Referenced by ast_dial_destroy(), ast_dial_hangup(), begin_dial(), find_relative_dial_channel(), handle_frame(), handle_frame_ownerless(), and monitor_dial(). |
|
|
Unique number for dialed channel Definition at line 59 of file dial.c. Referenced by begin_dial(). |