|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <channel.h>

Data Fields | |
| const char * | account |
| const char * | cid_name |
| const char * | cid_num |
| int | connect_on_early_media |
| const char * | context |
| const char * | exten |
| struct ast_channel * | parent_channel |
| int | priority |
| struct ast_variable * | vars |
| const char* account |
Definition at line 1131 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_call_forward().
| const char* cid_name |
Definition at line 1130 of file channel.h.
Referenced by __ast_request_and_dial().
| const char* cid_num |
Definition at line 1129 of file channel.h.
Referenced by __ast_request_and_dial().
| int connect_on_early_media |
Definition at line 1128 of file channel.h.
Referenced by __ast_request_and_dial().
| const char* context |
Definition at line 1125 of file channel.h.
Referenced by __ast_request_and_dial().
| const char* exten |
Definition at line 1126 of file channel.h.
Referenced by __ast_request_and_dial().
| struct ast_channel* parent_channel |
Definition at line 1133 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_call_forward().
| int priority |
Definition at line 1127 of file channel.h.
Referenced by __ast_request_and_dial().
| struct ast_variable* vars |
Definition at line 1132 of file channel.h.
Referenced by __ast_request_and_dial(), announce_to_dial(), ast_call_forward(), and inherit_channel_vars_from_id().