#include <channel.h>

Data Fields | |
| const char * | account |
| const char * | cid_name |
| const char * | cid_num |
| const char * | context |
| const char * | exten |
| struct ast_channel * | parent_channel |
| int | priority |
| struct ast_variable * | vars |
Definition at line 612 of file channel.h.
| const char* account |
Definition at line 618 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 617 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), and ast_pbx_outgoing_exten().
| const char* cid_num |
Definition at line 616 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), and ast_pbx_outgoing_exten().
| const char* context |
Definition at line 613 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
| const char* exten |
Definition at line 614 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
struct ast_channel* parent_channel [read] |
Definition at line 620 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 615 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_pbx_outgoing_exten().
struct ast_variable* vars [read] |
Definition at line 619 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), ast_pbx_outgoing_app(), ast_pbx_outgoing_exten(), and parkandannounce_exec().
1.6.1