helper function for originate More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct 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 |
const ast_string_field | data |
const ast_string_field | exten |
format_t | format |
const ast_string_field | idtext |
int | priority |
const ast_string_field | tech |
int | timeout |
struct ast_variable * | vars |
helper function for originate
Definition at line 3806 of file manager.c.
struct ast_string_field_mgr __field_mgr [read] |
struct ast_string_field_pool* __field_mgr_pool [read] |
const ast_string_field account |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field app |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field appdata |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field cid_name |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field cid_num |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field context |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field data |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
const ast_string_field exten |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
Codecs used for a call
Definition at line 3808 of file manager.c.
Referenced by action_originate(), and fast_originate().
const ast_string_field idtext |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
int priority |
Definition at line 3822 of file manager.c.
Referenced by action_originate(), and fast_originate().
const ast_string_field tech |
Definition at line 3821 of file manager.c.
Referenced by fast_originate().
int timeout |
Definition at line 3807 of file manager.c.
Referenced by action_originate(), and fast_originate().
struct ast_variable* vars [read] |
Definition at line 3823 of file manager.c.
Referenced by action_originate(), destroy_fast_originate_helper(), and fast_originate().