#include <channel.h>
Data Fields | |
const char * | account |
const char * | cid_name |
const char * | cid_num |
const char * | context |
const char * | exten |
ast_channel * | parent_channel |
int | priority |
ast_variable * | vars |
Definition at line 592 of file channel.h.
const char* account |
Definition at line 598 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_call_forward().
const char* cid_name |
Definition at line 597 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_call_forward().
const char* cid_num |
Definition at line 596 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_call_forward().
const char* context |
const char* exten |
struct ast_channel* parent_channel |
Definition at line 600 of file channel.h.
Referenced by __ast_request_and_dial(), and ast_call_forward().
int priority |
struct ast_variable* vars |
Definition at line 599 of file channel.h.
Referenced by __ast_request_and_dial(), ast_call_forward(), ast_pbx_outgoing_app(), and ast_pbx_outgoing_exten().