#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 955 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), ast_pbx_outgoing_app(), and ast_pbx_outgoing_exten().
| const char* cid_name |
Definition at line 954 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
| const char* cid_num |
Definition at line 953 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
Definition at line 952 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
| const char* context |
Definition at line 949 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
| const char* exten |
Definition at line 950 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
| struct ast_channel* parent_channel |
Definition at line 957 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), ast_pbx_outgoing_exten(), and parkandannounce_exec().
| int priority |
Definition at line 951 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
| struct ast_variable* vars |
Definition at line 956 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), ast_pbx_outgoing_app(), ast_pbx_outgoing_exten(), and parkandannounce_exec().