Data Fields | |
ast_string_field_mgr | __field_mgr |
ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | account |
const ast_string_field | app |
const ast_string_field | appdata |
const ast_string_field | cid_name |
const ast_string_field | cid_num |
const ast_string_field | context |
char | data [512] |
const ast_string_field | exten |
format_t | format |
const ast_string_field | idtext |
int | priority |
char | tech [AST_MAX_EXTENSION] |
int | timeout |
ast_variable * | vars |
Definition at line 3646 of file manager.c.
struct ast_string_field_mgr __field_mgr |
const ast_string_field account |
const ast_string_field app |
const ast_string_field appdata |
const ast_string_field cid_name |
const ast_string_field cid_num |
const ast_string_field context |
char data[512] |
data can contain a channel name, extension number, username, password, etc.
Definition at line 3649 of file manager.c.
Referenced by fast_originate().
const ast_string_field exten |
const ast_string_field idtext |
int priority |
char tech[AST_MAX_EXTENSION] |
int timeout |
struct ast_variable* vars |